DELETE api/UPDATE_INDOOR_CCDC_Result/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UPDATE_INDOOR_CCDC_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Baoduong_Id | integer |
None. |
|
| Denchieusang | integer |
None. |
|
| CCDC | integer |
None. |
|
| Bangbien | integer |
None. |
|
| Sodotram | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Baoduong_Id": 1,
"Denchieusang": 1,
"CCDC": 1,
"Bangbien": 1,
"Sodotram": 1
}
application/xml, text/xml
Sample:
<UPDATE_INDOOR_CCDC_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <Bangbien>1</Bangbien> <Baoduong_Id>1</Baoduong_Id> <CCDC>1</CCDC> <Denchieusang>1</Denchieusang> <Sodotram>1</Sodotram> </UPDATE_INDOOR_CCDC_Result>