Action: vehicle_complex_rearrange
Perform complex rearrangement of multiple bookings across multiple vehicles.
action_typestringrequired
Action type identifier.
Constant value:
vehicle_complex_rearrangevehicle_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:
trueAction: vehicle_complex_rearrange
{
"action_type": "string",
"vehicle_route_map": {},
"strict_time_windows": true
}