Cancellation
In some cases, it can happen that a previous assigned trip or stop is cancelled. A cancelled trip or stop can be ignored. Keep in mind, when a trip, which is higher in the hierarchy, is cancelled the value for an individual stop can still be unmodified.
Per example the following snippet shows a cancelled trip. To make it readable all other values are removed.
{
"id": "...",
"name": "...",
"externalAttributes": {
"displayName": "...",
"plannedStart": "...",
"oneWay": "...",
"plannedLicensePlate": "...",
"insertDate": "...",
"administrativeKm": "...",
"plannedEnd": "...",
"cancelled": "true"
},
"actions": [
{
"entity": {
"id": "...",
"externalAttributes": {
"exceptionLateThreshold": "...",
"stopType": "...",
"externalStopId": "...",
"cancelled": "false",
"mutated": "...",
"isOriginallyPlanned": "...",
"administrative": "..."
},
"startTime": "...",
"endTime": "...",
"actionType": "..."
},
"associationType": "..."
}
]
}