POST capnhatthutu
Request Information
URI Parameters
None.
Body Parameters
Collection of SoThuTu| Name | Description | Type | Additional information |
|---|---|---|---|
| idcanbo | integer |
None. |
|
| thutu | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"idcanbo": 1,
"thutu": 2
},
{
"idcanbo": 1,
"thutu": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfSoThuTu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong">
<SoThuTu>
<idcanbo>1</idcanbo>
<thutu>2</thutu>
</SoThuTu>
<SoThuTu>
<idcanbo>1</idcanbo>
<thutu>2</thutu>
</SoThuTu>
</ArrayOfSoThuTu>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> </ArrayOfanyType>