Enum NotificationTokenType
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Current available tokens to use in templates such as email template
public enum NotificationTokenType
- Extension Methods
Fields
Address = 1
The street address at time the exception occurred
string DVIRDefect = 16
The vehicle's DVIR defects when the exception occurred
string Database = 2
The database for this device
string Date = 3
The date the exception occurred
string Device = 4
The name and serial number of the device that triggered the exception
string DeviceComments = 5
The comment field for the device
string DeviceGroups = 6
The groups to which the device belongs
string DeviceId = 7
The identifier for the device
string DeviceWithDriverName = 8
The device and driver name
string Diagnostic = 9
The diagnostic names and values associated with the exception
string DiagnosticCode = 10
The diagnostic code associated with the exception
string DriverComment = 11
The driver's comments
string DriverFirstName = 13
The first name of the driver
string DriverGroups = 14
The groups to which the driver belongs
string DriverLastName = 15
The last name of the driver
string DriverName = 12
The name of the driver
string Latitude = 17
The latitude where the exception occurred
string Longitude = 18
The longitude where the exception occurred
string Map = 19
The map view of the location where the exception occurred
string Odometer = 20
The odometer value of the device
string Rule = 21
The exception rule that was broken
string SerialNumber = 22
The device serial number
string Speed = 23
The max speed of the vehicle during the exception
string SpeedLimit = 24
The speed limit when the exception occurred
string Time = 25
The time the exception occurred
string Timezone = 26
The Timezone for the exception date and time
string Vin = 27
The vehicle's identification number
string Zone = 28
The name of the zone in which the vehicle was located at the time of the exception
string ZoneComment = 29
The comment for the zone in which the vehicle was located at the time of the exception
string ZoneId = 30
The identifier for the zone in which the vehicle was located at the time of the exception
string