Administrative

In some cases, it can happen that a stop is marked as administrative. An administrative stop does not have to be fulfilled. It is a stop that has no planned times but needs to be present in the data anyway.

Per example the following snippet show an administrative stop. To make it readable all other values are removed.

Copy
Copied
{
  "id": "...",
  "name": "...",
  "externalAttributes": {
    "displayName": "...",
    "plannedStart": "...",
    "oneWay": "...",
    "plannedLicensePlate": "...",
    "insertDate": "...",
    "administrativeKm": "...",
    "plannedEnd": "...",
    "cancelled": "..."
  },
  "actions": [
    {
      "entity": {
        "id": "...",
        "externalAttributes": {
          "exceptionLateThreshold": "...",
          "stopType": "...",
          "externalStopId": "...",
          "cancelled": "...",
          "mutated": "...",
          "isOriginallyPlanned": "...",
          "administrative": "true"
        },
        "startTime": "...",
        "endTime": "...",
        "actionType": "..."
      },
      "associationType": "..."
    }
  ]
}