Telematic Position Update

Value indicates date when the vehicle sent new position data.

Name: telematicpositionupdate

Delivery Method: push

ATTRIBUTES

receivedAt required
string The timestamp the telematic position update was received. Format according to ISO 8601 format.
timestamp
string The timestamp the telematic position update was recorded. Format according to ISO 8601 format.
{
  "name": "Telematic Position Update",
  "technicalName": "telematicpositionupdate",
  "description": "Value indicates date when the vehicle sent new position data.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "event": true,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Telematic Position Update",
    "required": [
      "receivedAt"
    ],
    "properties": {
      "receivedAt": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the telematic position update was received. Format according to ISO 8601 format."
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the telematic position update was recorded. Format according to ISO 8601 format."
      }
    }
  }
}