POST api/lich-cong-tac-file-dinh-kem/sua-doi
Request Information
URI Parameters
None.
Body Parameters
LichCongTac_FileDinhKem| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDLichCongTac | integer |
None. |
|
| IDFileDinhKem | integer |
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,
"idFileDinhKem": 3,
"createdOn": "2025-12-11T20:09:15.3379481+07:00",
"createdBy": 5,
"editedOn": "2025-12-11T20:09:15.3379481+07:00",
"editedBy": 6,
"inUsed": true
}
application/xml, text/xml
Sample:
<LichCongTac_FileDinhKem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO.Model_API"> <CreatedBy>5</CreatedBy> <CreatedOn>2025-12-11T20:09:15.3379481+07:00</CreatedOn> <EditedBy>6</EditedBy> <EditedOn>2025-12-11T20:09:15.3379481+07:00</EditedOn> <ID>1</ID> <IDFileDinhKem>3</IDFileDinhKem> <IDLichCongTac>2</IDLichCongTac> <InUsed>true</InUsed> </LichCongTac_FileDinhKem>
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>