GET api/DMRang

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DMRang
NameDescriptionTypeAdditional information
Id

integer

None.

Ten

string

None.

Sudung

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Ten": "sample string 2",
    "Sudung": true
  },
  {
    "Id": 1,
    "Ten": "sample string 2",
    "Sudung": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfDMRang xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_Web_Service">
  <DMRang>
    <Id>1</Id>
    <Sudung>true</Sudung>
    <Ten>sample string 2</Ten>
  </DMRang>
  <DMRang>
    <Id>1</Id>
    <Sudung>true</Sudung>
    <Ten>sample string 2</Ten>
  </DMRang>
</ArrayOfDMRang>