Trip Withdrawn
In some cases, as a carrier, it can happen that a previous assigned planning is withdrawn. You can expect the underneath
message, which will remove the association between you, the actor, and the trip. All references in such a message will
refer to a trip planning previously received via the Planning Push Service.
{
  "id": "cb8eb12b-abcd-4567-a8ab-4c1b134828dc",
  "eventType": "AssociationRemoved",
  "entity1": {
    "entityType":"trip",
    "associationType": "reference",
    "uuid": "743ff433-aaxx-4732-86f4-ea84afc25c89"
  },
  "entity2": {
    "entityType":"actor",
    "associationType": "reference",
    "uuid": "c763c64d-3721-1212-a36e-cdae94c1eb19"
  }
}| id | string <uuid>  Universally Unique Identifier to the event. | ||||||
| eventType | string The type of the event | ||||||
| object The Trip Object | |||||||
| 
 | |||||||
| object The Actor Object | |||||||
| 
 | |||||||