GET api/chedoes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
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>