Organisation

Represents an organisation hosted by a MiX Telematics system.

Fields

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

Note: Fields which are not available will be omitted.

Examples

JSON body:

{"SystemType":"AssetManagement","OrganisationId":"4afb2205-7138-44f6-a268-cde80211fd76","Name":"FirmwareTestAccount"}

XML body:

<?xml version="1.0"?>
<Organisation SystemType="AssetManagement" OrganisationId="4afb2205-7138-44f6-a268-cde80211fd76">
  <Name>FirmwareTestAccount</Name>
</Organisation>