Skip to main content
Omnitracs Knowledge Base

HOS Get Driver Properties

add.pngAvailable in PIT v2.3

This ILE API wraps the HOS Get 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: QCHOSDRVG

Parameter Interface:

Parameter

Direction

Type

Length

Precision

Description

InDriver

Input

Character

10

n/a

Driver ID

OutPassword

Output

Character

10

n/a

Password

OutLastName

Output

Character

32

n/a

Last name

OutFirstName

Output

Character

16

n/a

First name

OutDepotID

Output

Character

7

n/a

Depot ID

OutOffDuty

Output

Character

50

n/a

Off duty driver policy

OutOilWell

Output

Character

50

n/a

Waiting in oil well

Out24Reset

Output

Character

50

n/a

24hr reset

OutHazMat

Output

Character

50

n/a

Hazmat load hauler

OutCurRuleSet

Output

Character

50

n/a

Current rule set

OutUSADtyCyc

Output

Character

50

n/a

USA duty cycle

OutCanDtyCyc

Output

Character

50

n/a

CAN duty cycle

OutCarrier

Output

Character

50

n/a

Carrier

OutRstBrkE

Output

Character

50

n/a

Enable US rest break exemption

OutELDExempt

Output

Character

50

n/a

ELD exempt: "1" = True, "0" = False

OutELDReason

Output

Character

60

n/a

ELD exempt reason

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 driver's details were returned successfully.

  • Was this article helpful?