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