Create bookings/nodes and assign them to a specified vehicle
POST/api/v2/microservices/create_bookings_nodes_and_assign_vehicle
This API is used to create bookings and nodes, and then assign them to a specified vehicle. It is particularly useful for handling cases like booking geocoding failures in the Driver SDK.
Request
Responses
- 200
- 400
- 403
- 404
OK. The bookings and nodes were created and assigned successfully.
Bad Request. The request is malformed or invalid.
Forbidden. You are not authorized to perform this action on the specified simulation.
Not Found. The specified simulation was not found.