POST themdanhsachchedo
Request Information
URI Parameters
None.
Body Parameters
Collection of chedo| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tenchedo | string |
None. |
|
| mucuudai | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"tenchedo": "sample string 2",
"mucuudai": 3
},
{
"id": 1,
"tenchedo": "sample string 2",
"mucuudai": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfchedo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<chedo>
<id>1</id>
<mucuudai>3</mucuudai>
<tenchedo>sample string 2</tenchedo>
</chedo>
<chedo>
<id>1</id>
<mucuudai>3</mucuudai>
<tenchedo>sample string 2</tenchedo>
</chedo>
</ArrayOfchedo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
chedo| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tenchedo | string |
None. |
|
| mucuudai | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"tenchedo": "sample string 2",
"mucuudai": 3
}
application/xml, text/xml
Sample:
<chedo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <id>1</id> <mucuudai>3</mucuudai> <tenchedo>sample string 2</tenchedo> </chedo>