Vehicle

Represents a vehicle hosted by a MiX Telematics system.

Fields

SystemType
The type of MiX Telematics system that hosts the vehicle.
VehicleId
The MiX Telematics host system's unique identifier for the vehicle.
OrganisationId
The unique identifier of the organisation that the vehicle belongs to.
SiteId
The unique identifier of the site that the vehicle belongs to.
RegistrationNumber
The vehicle registration number (from the vehicle's registration plate).
Description
The vehicle description.
VinOrChassisNumber
The vehicle manufacturer's VIN (Vehicle Identification Number) or chassis number.
InstalledDeviceType
The type of device installed in the vehicle.
InstalledDeviceId
The unique identifier of the device installed in the vehicle.
IconName
The name of the icon used to depict the vehicle in user interface applications.
LatestPosition
The last known position of the vehicle.
AssociatedDriver
The driver that is currently associated with the vehicle.

Note: Fields which are not available will be omitted.

Examples

JSON body:

{"SystemType":"AssetManagement","VehicleId":"fc7f23e1-0f49-4b9a-a8ef-fba4a115ca07","RegistrationNumber":"VRN_1342298","Description":"Carlo Ford Laser","InstalledDeviceType":"FM5000Series","InstalledDeviceId":"4a2831ee-6844-4247-9407-5240d332df6b"}

XML body:

<?xml version="1.0"?>
<Vehicle SystemType="AssetManagement" VehicleId="fc7f23e1-0f49-4b9a-a8ef-fba4a115ca07">
	<RegistrationNumber>VRN_1342298</RegistrationNumber>
	<Description>Carlo Ford Laser</Description>
	<InstalledDeviceType>FM5000Series</InstalledDeviceType>
	<InstalledDeviceId>4a2831ee-6844-4247-9407-5240d332df6b</InstalledDeviceId>
</Vehicle>