EventType

Represents an event type from a MiX Telematics system.

Fields

SystemType
The type of MiX Telematics system that hosts the event type.
EventTypeId
The unique identifier of the event type.
Description
The description of the event type.

Note: Fields which are not available will be omitted.

Examples

JSON body:

{"SystemType":"AssetManagement","EventTypeId":"6c88a95f-442b-45b9-af91-518c8cc30bd0","Description":"OverSpeeding"}

XML body:

<?xml version="1.0"?>
<EventType SystemType="AssetManagement" EventTypeId="6c88a95f-442b-45b9-af91-518c8cc30bd0">
	<Description>OverSpeeding</Description>
</EventType>