Booking handover model
project_idinteger
ID of the project this handover event belongs to
simulation_idinteger
ID of the simulation this handover belongs to
source_idinteger
ID of the source driver
source_vehicle_idinteger
ID of the source vehicle.
recipient_idinteger
ID of the recepient driver
recipient_vehicle_idinteger
ID of the recipient vehicle.
statestring
Current state of the handover action.
Possible values: [committed, accepted, created]
rejection_causestring | nullnullable
If handover has been rejected, this may include the reason for rejection
booking_idsinteger[]
A list of booking IDs that were handed over to another driver
created_atstring<date-time>
Creation timestamp of an object
id object
Identifier of the object
- integer
- uuid
integer
Can be integer
string
Can be UUID
modified_atstring<date-time>
Last modification timestampo of the object
resource_uristring<uri-reference>
URI of the object instance
Booking handover model
{
"project_id": 0,
"simulation_id": 0,
"source_id": 0,
"source_vehicle_id": 0,
"recipient_id": 0,
"recipient_vehicle_id": 0,
"state": "committed",
"rejection_cause": "string",
"booking_ids": [
0
],
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}