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