GET Api/ROUTE_MASTER?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ROUTE_MASTERName | Description | Type | Additional information |
---|---|---|---|
ROUTE_MASTER_ID | integer |
None. |
|
SRI | string |
None. |
|
MP_START | decimal number |
None. |
|
MP_END | decimal number |
None. |
|
LANES | integer |
None. |
|
MP_GROUP | integer |
None. |
|
IS_EXPRESS_OVERLAP | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ROUTE_MASTER_ID": 1, "SRI": "sample string 2", "MP_START": 3.0, "MP_END": 4.0, "LANES": 5, "MP_GROUP": 6, "IS_EXPRESS_OVERLAP": 7 }
text/xml
Sample:
<ROUTE_MASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF"> <IS_EXPRESS_OVERLAP>7</IS_EXPRESS_OVERLAP> <LANES>5</LANES> <MP_END>4</MP_END> <MP_GROUP>6</MP_GROUP> <MP_START>3</MP_START> <ROUTE_MASTER_ID>1</ROUTE_MASTER_ID> <SRI>sample string 2</SRI> </ROUTE_MASTER>