POST api/UPDATE_INDOOR_PHONGMAY_Result

Request Information

URI Parameters

None.

Body Parameters

UPDATE_INDOOR_PHONGMAY_Result
NameDescriptionTypeAdditional information
Baoduong_Id

integer

None.

Phongmay

integer

None.

Tran_Mai_San

integer

None.

Cuaphongmay

integer

None.

ChatluongVesinh

integer

None.

Request 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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UPDATE_INDOOR_PHONGMAY_Result
NameDescriptionTypeAdditional 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>