GET api/Reference/HighwayDistrict

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of REFHIGHWAYDISTRICT
NameDescriptionTypeAdditional information
ID

string

None.

DESCRIPTION

string

None.

SORTORDER

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "sample string 1",
    "DESCRIPTION": "sample string 2",
    "SORTORDER": 1.0
  },
  {
    "ID": "sample string 1",
    "DESCRIPTION": "sample string 2",
    "SORTORDER": 1.0
  }
]

text/xml

Sample:
<ArrayOfREFHIGHWAYDISTRICT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRASHAPI.Models">
  <REFHIGHWAYDISTRICT>
    <DESCRIPTION>sample string 2</DESCRIPTION>
    <ID>sample string 1</ID>
    <SORTORDER>1</SORTORDER>
  </REFHIGHWAYDISTRICT>
  <REFHIGHWAYDISTRICT>
    <DESCRIPTION>sample string 2</DESCRIPTION>
    <ID>sample string 1</ID>
    <SORTORDER>1</SORTORDER>
  </REFHIGHWAYDISTRICT>
</ArrayOfREFHIGHWAYDISTRICT>