Site

Represents a site hosted by a MiX Telematics system.

Fields

SystemType
The type of MiX Telematics system that hosts the site.
SiteId
The MiX Telematics host system's unique identifier for the site.
OrganisationId
The unique identifier of the organisation that the site belongs to.
Name
The name of the site.
VehicleCount
The number of vehicles that belong to the site.
DriverCount
The number of drivers that belong to the site.

Note: Fields which are not available will be omitted.

Examples

JSON body:

{"SystemType":"FM","SiteId":"7","OrganisationId":"1","Name":"Adam's Site","VehicleCount":12,"DriverCount":3}

XML body:

<?xml version="1.0"?>
<Site SystemType="FM" SiteId="7">
	<OrganisationId>1</OrganisationId>
	<Name>Adam's Site</Name>
	<VehicleCount>12</VehicleCount>
	<DriverCount>3</DriverCount>
</Site>