Teleservice Battery Guard Call

Value indicates date when the vehicle triggered battery guard call.

Name: teleservicebatteryguardcall

Delivery Method: push

ATTRIBUTES

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