GET api/UPDATE_INDOOR_PHONGMAY_Result

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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
  },
  {
    "Baoduong_Id": 1,
    "Phongmay": 1,
    "Tran_Mai_San": 1,
    "Cuaphongmay": 1,
    "ChatluongVesinh": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfUPDATE_INDOOR_PHONGMAY_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models">
  <UPDATE_INDOOR_PHONGMAY_Result>
    <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>
  <UPDATE_INDOOR_PHONGMAY_Result>
    <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>
</ArrayOfUPDATE_INDOOR_PHONGMAY_Result>