GET v1/rti/lookupID/{barcode}/{operationID}
Retrieve detailed information about a RTI by barcode
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| barcode | string |
Required |
|
| operationID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LookupModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Unique identifier |
integer |
None. |
| RouteName |
Type of ID |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"routeName": "sample string 2"
}