GET Api/LU_REQUEST_TYPE
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LU_REQUEST_TYPE| Name | Description | Type | Additional information |
|---|---|---|---|
| REQUEST_TYPE_ID | integer |
None. |
|
| REQUEST_TYPE | string |
None. |
|
| SORT_ORDER | integer |
None. |
|
| LANE_CLOSURE | Collection of LANE_CLOSURE |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"REQUEST_TYPE_ID": 1,
"REQUEST_TYPE": "sample string 2",
"SORT_ORDER": 3
},
{
"REQUEST_TYPE_ID": 1,
"REQUEST_TYPE": "sample string 2",
"SORT_ORDER": 3
}
]
text/xml
Sample:
<ArrayOfLU_REQUEST_TYPE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF">
<LU_REQUEST_TYPE>
<REQUEST_TYPE>sample string 2</REQUEST_TYPE>
<REQUEST_TYPE_ID>1</REQUEST_TYPE_ID>
<SORT_ORDER>3</SORT_ORDER>
</LU_REQUEST_TYPE>
<LU_REQUEST_TYPE>
<REQUEST_TYPE>sample string 2</REQUEST_TYPE>
<REQUEST_TYPE_ID>1</REQUEST_TYPE_ID>
<SORT_ORDER>3</SORT_ORDER>
</LU_REQUEST_TYPE>
</ArrayOfLU_REQUEST_TYPE>