GET api/UPDATE_INDOOR_CONGTACLAPDAT_Result/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UPDATE_INDOOR_CONGTACLAPDAT_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Baoduong_Id | integer |
None. |
|
| Thuhoi_Vattu | integer |
None. |
|
| Lapdatthietbi | integer |
None. |
|
| Nhanluong | integer |
None. |
|
| Nhanthietbi | integer |
None. |
|
| Daynguon | integer |
None. |
|
| ChatluongVesinh | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Baoduong_Id": 1,
"Thuhoi_Vattu": 1,
"Lapdatthietbi": 1,
"Nhanluong": 1,
"Nhanthietbi": 1,
"Daynguon": 1,
"ChatluongVesinh": 1
}
application/xml, text/xml
Sample:
<UPDATE_INDOOR_CONGTACLAPDAT_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> <Daynguon>1</Daynguon> <Lapdatthietbi>1</Lapdatthietbi> <Nhanluong>1</Nhanluong> <Nhanthietbi>1</Nhanthietbi> <Thuhoi_Vattu>1</Thuhoi_Vattu> </UPDATE_INDOOR_CONGTACLAPDAT_Result>