GET api/loaixas

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of loaixa
NameDescriptionTypeAdditional information
maloai

integer

None.

tenloai

string

None.

thutu

integer

None.

masunghiep

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "maloai": 1,
    "tenloai": "sample string 2",
    "thutu": 1,
    "masunghiep": 3
  },
  {
    "maloai": 1,
    "tenloai": "sample string 2",
    "thutu": 1,
    "masunghiep": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfloaixa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <loaixa>
    <maloai>1</maloai>
    <masunghiep>3</masunghiep>
    <tenloai>sample string 2</tenloai>
    <thutu>1</thutu>
  </loaixa>
  <loaixa>
    <maloai>1</maloai>
    <masunghiep>3</masunghiep>
    <tenloai>sample string 2</tenloai>
    <thutu>1</thutu>
  </loaixa>
</ArrayOfloaixa>