Get Vehicle Identifier - OMGETVID
Get Vehicle Identifier (OMGETVID) RI
Required Parameter Group:
| 1 | Vehicle Comm Unit Number | Input | Char(10) |
| 2 | Return Status | Output | Char(1) |
| 3 | Vehicle Identifier | Output | Char(10) |
API Overview:
The Get Vehicle Identifier API (OMGETVID) may be used by an external application to resolve a QTRACS vehicle identifier from a comm unit number.
Required Parameter Group Details:
(1) Vehicle Comm Unit Number
INPUT; CHAR(10)
This parameter must contain the comm unit number to be resolved.
(2) Return Status
OUTPUT; CHAR(1)
Status value returned to the caller will be set as follows:
| 0 | Success, vehicle identifier found and returned |
| 1 | Failure, vehicle identifier not found |
| A | Failure, API failed when called remotely |
(3) Vehicle Identifier
OUTPUT; CHAR(10)
This parameter contains the resolved QTRACS vehicle identifier.