Passenger

Represents a passenger hosted by a MiX Telematics system.

Fields

SystemType
The type of MiX Telematics system that hosts the passenger.
PassengerId
The MiX Telematics host system's unique identifier for the passenger.
OrganisationId
The unique identifier of the organisation that the passenger belongs to.
Name
The name of the passenger.

Note: Fields which are not available will be omitted.

Examples

JSON body:

{"SystemType":"FM","PassengerId":"7","OrganisationId":"1","Name":"Adam's Passenger"}

XML body:

<?xml version="1.0"?>
<Passenger SystemType="FM" PassengerId="7">
	<OrganisationId>1</OrganisationId>
	<Name>Adam's Passenger</Name>
</Passenger>