GET Api/LU_MAINTENANCE_TYPE

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LU_MAINTENANCE_TYPE
NameDescriptionTypeAdditional 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
  },
  {
    "MAINTENANCE_TYPE_ID": 1,
    "MAINTENANCE_TYPE": "sample string 2",
    "COMPANY_ID": 3
  }
]

text/xml

Sample:
<ArrayOfLU_MAINTENANCE_TYPE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF">
  <LU_MAINTENANCE_TYPE>
    <COMPANY_ID>3</COMPANY_ID>
    <MAINTENANCE_TYPE>sample string 2</MAINTENANCE_TYPE>
    <MAINTENANCE_TYPE_ID>1</MAINTENANCE_TYPE_ID>
  </LU_MAINTENANCE_TYPE>
  <LU_MAINTENANCE_TYPE>
    <COMPANY_ID>3</COMPANY_ID>
    <MAINTENANCE_TYPE>sample string 2</MAINTENANCE_TYPE>
    <MAINTENANCE_TYPE_ID>1</MAINTENANCE_TYPE_ID>
  </LU_MAINTENANCE_TYPE>
</ArrayOfLU_MAINTENANCE_TYPE>