Driver

Represents a driver hosted by a MiX Telematics system.

Fields

SystemType
The type of MiX Telematics system that hosts the driver.
DriverId
The MiX Telematics host system's unique identifier for the driver.
OrganisationId
The unique identifier of the organisation that the driver belongs to.
SiteId
The unique identifier of the site that the driver belongs to.
Name
The name of the driver.
EmployeeNumber
The driver's employee number.
DeviceDriverId
The unique identifier used by devices to identify the driver.
OtherDeviceDriverId
The identifier used by driver identification devices (e.g. DTCO driver card number) to identify the driver.
LatestPosition
The last known position of the driver.
AssociatedVehicle
The vehicle that is currently associated with the driver.

Note: Fields which are not available will be omitted.

Examples

JSON body:

{"SystemType":"AssetManagement","DriverId":"beeaeddf-3e2f-4e9f-9ff9-9d434ea9e3c4","Name":" Krista 0 Musterfrau 0","OtherDeviceDriverId":"10000000294100"}

XML body:

<?xml version="1.0"?>
<Driver SystemType="AssetManagement" DriverId="beeaeddf-3e2f-4e9f-9ff9-9d434ea9e3c4">
	<Name>Krista 0 Musterfrau 0</Name>
	<OtherDeviceDriverId>10000000294100</OtherDeviceDriverId>
</Driver>