GET Api/LU_PERMIT_TYPE/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
LU_PERMIT_TYPE| Name | Description | Type | Additional information |
|---|---|---|---|
| PERMIT_TYPE | string |
None. |
|
| PERMIT_TYPE_ID | integer |
None. |
|
| LANE_CLOSURE | Collection of LANE_CLOSURE |
None. |
Response Formats
application/json, text/json
Sample:
{
"PERMIT_TYPE": "sample string 1",
"PERMIT_TYPE_ID": 2
}
text/xml
Sample:
<LU_PERMIT_TYPE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF"> <PERMIT_TYPE>sample string 1</PERMIT_TYPE> <PERMIT_TYPE_ID>2</PERMIT_TYPE_ID> </LU_PERMIT_TYPE>