GET api/khuvucluongs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of khuvucluong
NameDescriptionTypeAdditional information
makhuvuc

integer

None.

TenKhuVuc

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "makhuvuc": 1,
    "TenKhuVuc": "sample string 2"
  },
  {
    "makhuvuc": 1,
    "TenKhuVuc": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfkhuvucluong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <khuvucluong>
    <TenKhuVuc>sample string 2</TenKhuVuc>
    <makhuvuc>1</makhuvuc>
  </khuvucluong>
  <khuvucluong>
    <TenKhuVuc>sample string 2</TenKhuVuc>
    <makhuvuc>1</makhuvuc>
  </khuvucluong>
</ArrayOfkhuvucluong>