GET api/loaixas/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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
}

application/xml, text/xml

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