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.

Copy
Copied
{
  "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

entityType
string

The type of entity

associationType
string

Indicates the type of association. In this case always reference, as it always references to a previous received message

uuid
string <uuid>

Unique identifier for the trip from a previous message

object

The Actor Object

entityType
string

The type of entity

associationType
string

Indicates the type of association. In this case always reference, as it always references to a previous received message

uuid
string <uuid>

Unique identifier for the actor from a previous message