GET api/tructhuocs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of tructhuoc
NameDescriptionTypeAdditional information
id

integer

None.

maxacha

integer

None.

maxacon

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "maxacha": 2,
    "maxacon": 3
  },
  {
    "id": 1,
    "maxacha": 2,
    "maxacon": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOftructhuoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <tructhuoc>
    <id>1</id>
    <maxacha>2</maxacha>
    <maxacon>3</maxacon>
  </tructhuoc>
  <tructhuoc>
    <id>1</id>
    <maxacha>2</maxacha>
    <maxacon>3</maxacon>
  </tructhuoc>
</ArrayOftructhuoc>