Device

Represents a device hosted by a MiX Telematics system.

Fields

SystemType
The type of MiX Telematics system that hosts the device.
DeviceType
The device type.
DeviceId
The MiX Telematics host system's unique identifier for the device.
OrganisationId
The unique identifier of the organisation that the device belongs to.
SiteId
The unique identifier of the site that the device belongs to.
SerialNumber
The serial number of the device.
ImeiNumber
The IMEI number of the GSM module in the device.
InstalledInVehicleId
The unique identifier of the vehicle in which the device is currently installed

Note: Fields which are not available will be omitted.

Examples

JSON body:

{"SystemType":"AssetManagement","DeviceType":"DataTrak","DeviceId":"290bc6ba-a4af-487a-a663-f6d0a8506c54","InstalledInVehicleId":"01554cdd-287e-4c0d-8a17-07ae1c372fda"}

XML body:

<?xml version="1.0"?>
<Device SystemType="AssetManagement" DeviceType="FM5000Series" DeviceId="8e8be430-d732-40c2-85ef-67e132cf6f5c">
	<SerialNumber>0755009910</SerialNumber>
	<ImeiNumber>356021013779133</ImeiNumber>
	<InstalledInVehicleId>87727014-4e65-45d9-b36c-12d3a1b8e44b</InstalledInVehicleId>
</Device>