GET Api/LU_REQUEST_TYPE/Get?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}
text/xml
Sample:
<LU_REQUEST_TYPE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF"> <REQUEST_TYPE>sample string 2</REQUEST_TYPE> <REQUEST_TYPE_ID>1</REQUEST_TYPE_ID> <SORT_ORDER>3</SORT_ORDER> </LU_REQUEST_TYPE>