Delivery Jobs Optimization
POST/delivery/optimize/routes
This endpoint suggests delivery job assignments to available drivers based on selected optimization constraints. The system intelligently matches jobs to drivers to improve delivery efficiency while considering rules such as time windows and equipment requirements. The suggested assignments are recommendations only and do not automatically assign the jobs to drivers.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.