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