POST ChiSo/SetThongBaoCatNuocLog
Request Information
URI Parameters
None.
Body Parameters
DataCatNuocPostInfoName | Description | Type | Additional information |
---|---|---|---|
idkh | string |
None. |
|
tenkh | string |
None. |
|
ngayin | date |
None. |
|
manvin | string |
None. |
|
noidung | string |
None. |
|
trangthaixuly | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "idkh": "sample string 1", "tenkh": "sample string 2", "ngayin": "2025-09-19T15:49:34.4786797+07:00", "manvin": "sample string 4", "noidung": "sample string 5", "trangthaixuly": true }
application/xml, text/xml
Sample:
<DataCatNuocPostInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOSCRM.Dao.Class"> <idkh>sample string 1</idkh> <manvin>sample string 4</manvin> <ngayin>2025-09-19T15:49:34.4786797+07:00</ngayin> <noidung>sample string 5</noidung> <tenkh>sample string 2</tenkh> <trangthaixuly>true</trangthaixuly> </DataCatNuocPostInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.