POST api/CongViecCRM/CapNhatGhiChuCongViec
Request Information
URI Parameters
None.
Body Parameters
CongViecTienDoInfoName | Description | Type | Additional information |
---|---|---|---|
CongViecTienDoID | integer |
None. |
|
CongViecID | integer |
None. |
|
NgayNhap | date |
None. |
|
NguoiDungID | integer |
None. |
|
NoiDung | string |
None. |
|
TapTinDinhKem | string |
None. |
|
NgayGioNhac | date |
None. |
|
CongViecTienDoTrangThaiID | integer |
None. |
|
HoTen | string |
None. |
|
Hinh | string |
None. |
|
TenDangNhap | string |
None. |
|
TenDamNhiem | string |
None. |
|
DaHoanThanh | boolean |
None. |
|
Huy | boolean |
None. |
|
TienDo | integer |
None. |
|
CongViecNoiDung | string |
None. |
|
ListCongViecTienDoCoTapTin | Collection of CongViecTienDoCoTapTinInfo |
None. |
|
TrangThaiCongViecID | integer |
None. |
|
Longitude | string |
None. |
|
Latitude | string |
None. |
|
LoaiCongViecID | integer |
None. |
|
ListCongViecTienDoCoNguoiDung | Collection of CongViecTienDoCoNguoiDungInfo |
None. |
|
TenCongViecTienDoTrangThai | string |
None. |
|
MauCongViecTienDoTrangThai | string |
None. |
|
TenLoaiCongViec | string |
None. |
|
MauLoaiCongViec | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CongViecTienDoID": 1, "CongViecID": 2, "NgayNhap": "2025-05-24T05:11:11.9018734+07:00", "NguoiDungID": 4, "NoiDung": "sample string 5", "TapTinDinhKem": "sample string 6", "NgayGioNhac": "2025-05-24T05:11:11.9018734+07:00", "CongViecTienDoTrangThaiID": 7, "HoTen": "sample string 8", "Hinh": "sample string 9", "TenDangNhap": "sample string 10", "TenDamNhiem": "sample string 11", "DaHoanThanh": true, "Huy": true, "TienDo": 14, "CongViecNoiDung": "sample string 15", "ListCongViecTienDoCoTapTin": [ { "CongViecTienDoCoTapTinID": 1, "CongViecTienDoID": 2, "TenTapTinDinhKem": "sample string 3", "TapTinDinhKem": "sample string 4", "UrlTapTinDinhKem": "sample string 5", "NgayTao": "2025-05-24T05:11:11.9018734+07:00" }, { "CongViecTienDoCoTapTinID": 1, "CongViecTienDoID": 2, "TenTapTinDinhKem": "sample string 3", "TapTinDinhKem": "sample string 4", "UrlTapTinDinhKem": "sample string 5", "NgayTao": "2025-05-24T05:11:11.9018734+07:00" } ], "TrangThaiCongViecID": 16, "Longitude": "sample string 17", "Latitude": "sample string 18", "LoaiCongViecID": 1, "ListCongViecTienDoCoNguoiDung": [ { "CongViecTienDoID": 1, "NguoiDungID": 2, "NgayGioNhac": "2025-05-24T05:11:11.9018734+07:00", "DaNhac": true }, { "CongViecTienDoID": 1, "NguoiDungID": 2, "NgayGioNhac": "2025-05-24T05:11:11.9018734+07:00", "DaNhac": true } ], "TenCongViecTienDoTrangThai": "sample string 19", "MauCongViecTienDoTrangThai": "sample string 20", "TenLoaiCongViec": "sample string 21", "MauLoaiCongViec": "sample string 22" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfoName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2", "Data": {} }