POST api/lich-cong-tac-nguoi-thuc-hien/sua-doi
Request Information
URI Parameters
None.
Body Parameters
LichCongTac_NguoiThucHien| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDLichCongTac | integer |
None. |
|
| IDNguoiXuLy | integer |
None. |
|
| IDNguoiPhanCong | integer |
None. |
|
| IDTrangThai | integer |
None. |
|
| IsXuLyChinh | boolean |
None. |
|
| NgayPhanCong | date |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| EditedOn | date |
None. |
|
| EditedBy | integer |
None. |
|
| InUsed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"idLichCongTac": 2,
"idNguoiXuLy": 3,
"idNguoiPhanCong": 4,
"idTrangThai": 5,
"isXuLyChinh": true,
"ngayPhanCong": "2025-12-11T20:10:38.9301604+07:00",
"createdOn": "2025-12-11T20:10:38.9301604+07:00",
"createdBy": 8,
"editedOn": "2025-12-11T20:10:38.9301604+07:00",
"editedBy": 9,
"inUsed": true
}
application/xml, text/xml
Sample:
<LichCongTac_NguoiThucHien xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO.Model_API"> <CreatedBy>8</CreatedBy> <CreatedOn>2025-12-11T20:10:38.9301604+07:00</CreatedOn> <EditedBy>9</EditedBy> <EditedOn>2025-12-11T20:10:38.9301604+07:00</EditedOn> <ID>1</ID> <IDLichCongTac>2</IDLichCongTac> <IDNguoiPhanCong>4</IDNguoiPhanCong> <IDNguoiXuLy>3</IDNguoiXuLy> <IDTrangThai>5</IDTrangThai> <InUsed>true</InUsed> <IsXuLyChinh>true</IsXuLyChinh> <NgayPhanCong>2025-12-11T20:10:38.9301604+07:00</NgayPhanCong> </LichCongTac_NguoiThucHien>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseObjectOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": "sample string 3"
}
application/xml, text/xml
Sample:
<ResponseObjectOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models"> <Data>sample string 3</Data> <Message>sample string 2</Message> <Status>true</Status> </ResponseObjectOfstring>