Vehicle copy payload for bulk action
source_simulation_idintegerrequired
Source simulation ID tp copy the data from
destination_simulation_idsinteger[]required
List of simulation to copy vehicle data to
copy_first_last_point_nodesboolean
Copy first and last points of the route (start and endlocations for a vehicle)
copy_dynamic_break_nodesboolean
Copy dynamic drvier break information (nodes)
copy_pickup_dropoff_nodesboolean
Copy pick up or drop off locations (nodes)
Vehicle copy payload for bulk action
{
"source_simulation_id": 0,
"destination_simulation_ids": [
0
],
"copy_first_last_point_nodes": true,
"copy_dynamic_break_nodes": true,
"copy_pickup_dropoff_nodes": true
}