GET api/tb_phucapkhac/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

tb_phucapkhac
NameDescriptionTypeAdditional information
id

integer

None.

tenphucap

string

None.

thang

integer

None.

nam

integer

None.

maxa

integer

None.

updated_at

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "tenphucap": "sample string 2",
  "thang": 3,
  "nam": 4,
  "maxa": 5,
  "updated_at": "QEA="
}

application/xml, text/xml

Sample:
<tb_phucapkhac xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <id>1</id>
  <maxa>5</maxa>
  <nam>4</nam>
  <tenphucap>sample string 2</tenphucap>
  <thang>3</thang>
  <updated_at>QEA=</updated_at>
</tb_phucapkhac>