Change Vehicle Description - OMVEHDSC
Change Vehicle Description (OMVEHDSC) RI
Required Parameter Group:
1 | Vehicle Identifier | Input | Char(10) |
2 | Vehicle Description | Input | Char(24) |
3 | Return Status | Output | Char(1) |
API Overview:
The Change Vehicle Description API (OMVEHDSC) is used to change the vehicle description of a particular QTRACS vehicle. Some sites use this description to store information such as a driver identifier.
Required Parameter Group Details:
(1) Vehicle Identifier
INPUT; CHAR(10)
This parameter contains the vehicle identifier whose description will be changed.
(2) Vehicle Description
INPUT; CHAR(24)
This parameter contains the new vehicle description.
(3) Return Status
OUTPUT; CHAR(1)
Status value returned to the caller will be set as follows:
0 | Success |
1 | Failure, vehicle identifier not found |
A | Failure, API failed when called remotely |