GET api/danhmucchucvus

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of danhmucchucvu
NameDescriptionTypeAdditional information
id

integer

None.

tenchucvu

string

None.

hesohuong

decimal number

None.

thutu

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "tenchucvu": "sample string 2",
    "hesohuong": 1.0,
    "thutu": 1
  },
  {
    "id": 1,
    "tenchucvu": "sample string 2",
    "hesohuong": 1.0,
    "thutu": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfdanhmucchucvu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <danhmucchucvu>
    <hesohuong>1</hesohuong>
    <id>1</id>
    <tenchucvu>sample string 2</tenchucvu>
    <thutu>1</thutu>
  </danhmucchucvu>
  <danhmucchucvu>
    <hesohuong>1</hesohuong>
    <id>1</id>
    <tenchucvu>sample string 2</tenchucvu>
    <thutu>1</thutu>
  </danhmucchucvu>
</ArrayOfdanhmucchucvu>