Automatic Teleservice Call

Value indicates date when the vehicle triggered ASC.

Name: automaticteleservicecall

Delivery Method: push

ATTRIBUTES

receivedAt required
string The timestamp the automatic teleservice call was received. Format according to ISO 8601 format.
timestamp
string The timestamp the Automatic Teleservice Call was recorded. Format according to ISO 8601 format.
{
  "name": "Automatic Teleservice Call",
  "technicalName": "automaticteleservicecall",
  "description": "Value indicates date when the vehicle triggered ASC.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "event": true,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Automatic Teleservice Call",
    "required": [
      "receivedAt"
    ],
    "properties": {
      "receivedAt": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the automatic teleservice call was received. Format according to ISO 8601 format."
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the Automatic Teleservice Call was recorded. Format according to ISO 8601 format."
      }
    }
  }
}