Intelligent Emergency Call Manual

This value indicates if the manual intelligent emergency call was triggered at time of data capturing.

Name: intelligentemergencycallmanual

Delivery Method: push

ATTRIBUTES

receivedAt required
string The timestamp the manual intelligent emergency call was received. Format according to ISO 8601 format.
timestamp
string The timestamp the manual intelligent emergency call was recorded. Format according to ISO 8601 format.
{
  "name": "Intelligent Emergency Call Manual",
  "technicalName": "intelligentemergencycallmanual",
  "description": "This value indicates if the manual intelligent emergency call was triggered at time of data capturing.",
  "lifecycleStatus": "PUBLISHED",
  "type": "IN_VEHICLE",
  "personalData": false,
  "event": true,
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "title": "Intelligent Emergency Call Manual",
    "required": [
      "receivedAt"
    ],
    "properties": {
      "receivedAt": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the manual intelligent emergency call was received. Format according to ISO 8601 format."
      },
      "timestamp": {
        "type": "string",
        "format": "date-time",
        "title": "The timestamp the manual intelligent emergency call was recorded. Format according to ISO 8601 format."
      }
    }
  }
}