DELETE api/thongtinbienches/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
thongtinbienche| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| maxa | integer |
None. |
|
| nam | integer |
None. |
|
| bienchegiao | integer |
None. |
|
| bienchethucte | integer |
None. |
|
| xangheo | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"maxa": 1,
"nam": 1,
"bienchegiao": 1,
"bienchethucte": 1,
"xangheo": 2
}
application/xml, text/xml
Sample:
<thongtinbienche xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <bienchegiao>1</bienchegiao> <bienchethucte>1</bienchethucte> <id>1</id> <maxa>1</maxa> <nam>1</nam> <xangheo>2</xangheo> </thongtinbienche>