GET api/DELETE_HINHANH_Result

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DELETE_HINHANH_Result
NameDescriptionTypeAdditional information
OK

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OK": 1
  },
  {
    "OK": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfDELETE_HINHANH_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models">
  <DELETE_HINHANH_Result>
    <OK>1</OK>
  </DELETE_HINHANH_Result>
  <DELETE_HINHANH_Result>
    <OK>1</OK>
  </DELETE_HINHANH_Result>
</ArrayOfDELETE_HINHANH_Result>