POST api/BaoHanhNX/UpdateLichSuCongViec
Request Information
URI Parameters
None.
Body Parameters
LichSuCongViecInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| LichSuCongViecID | integer |
None. |
|
| NoiDung | string |
None. |
|
| Ngay | date |
None. |
|
| BaoCaoDichVuID | integer |
None. |
|
| NguoiDungID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LichSuCongViecID": 1,
"NoiDung": "sample string 2",
"Ngay": "2025-10-29T04:01:35.4842087+07:00",
"BaoCaoDichVuID": 4,
"NguoiDungID": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | 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": {}
}