Skip to main content
Omnitracs Knowledge Base

Create Driver API

(warning) Available soon!

This ILE API wraps the Create Driver Web Service. See its documentation for a further explanation of the input and output parameters, as well as the possible error conditions.

API Name:  QTDRVCRT

Parameter Interface:

 

Parameter

 

 

Direction

 

 

Type

 

 

Length

 

 

Precision

 

 

Description

 

Driver ID

Input

Character

10

n/a

Identifier for the driver

Driver Name

Input

Character

25

n/a

Name of the driver

Driver Login Password

Input

Character

9

n/a

Driver Login password for the driver

PM Login Password

Input

Character

9

n/a

Performance Monitoring login password for the driver

Error Category

Output

Decimal

3

0

Error Category, if any

Error Code

Output

Decimal

5

0

Error Code, if any

Error Description

Output

Character

150 varying

n/a

Error description, if any

An error category of 0 means that the creation of the driver was successful.

  • Was this article helpful?