Roadside Assistance Call

Value indicates date when the vehicle road side assistance call was triggered.

Name: manualrsacall

Delivery Method: push

ATTRIBUTES

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