Run optimization for selected bookings, vehicles and for the chosen date\time
POST/api/v2/microservices/logisticsapi_optimize
Posts a request to start the optimization process for the data previously uploaded to the system. This API allows selecting specific orders (bookings) and vehicle sets to be used for optimization. It automatically excludes already assigned orders in the simulation from optimization.
This API can be used together with /api/v2/logistics_api to explicitly set additional parameters or filters for optimization.
Request
Responses
- 200
- 400
- 403
- 404
Successful operation that returns the created booking ID to be used in subsequent requests.
Invalid ID supplied
Request is not authenticated or is not allowed for this user.
not found