GET api/chedoes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of chedo
NameDescriptionTypeAdditional information
id

integer

None.

tenchedo

string

None.

mucuudai

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "tenchedo": "sample string 2",
    "mucuudai": 3
  },
  {
    "id": 1,
    "tenchedo": "sample string 2",
    "mucuudai": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfchedo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <chedo>
    <id>1</id>
    <mucuudai>3</mucuudai>
    <tenchedo>sample string 2</tenchedo>
  </chedo>
  <chedo>
    <id>1</id>
    <mucuudai>3</mucuudai>
    <tenchedo>sample string 2</tenchedo>
  </chedo>
</ArrayOfchedo>