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