Skip to main content

Action: vehicle_complex_rearrange

Perform complex rearrangement of multiple bookings across multiple vehicles.

action_typestringrequired

Action type identifier.

Constant value: vehicle_complex_rearrange
vehicle_route_mapobjectrequired

A dictionary containing vehicles' new routes. The key is vehicle's agent_id (UUID string), the value describes the route.

strict_time_windowsboolean

Enable or disable strict checking of time windows constraints.

Default value: true
Action: vehicle_complex_rearrange
{
"action_type": "string",
"vehicle_route_map": {},
"strict_time_windows": true
}