REQUEST
Initiate a POST request to auto-assign jobs based on specified criteria.Array of job IDs to be assigned.
Array of worker usernames for job assignment.
Assignment method:
distance
, zones
, or size
.Pickup capacity constraint for assignment.
Dropoff capacity constraint for assignment.
The specific day for assignment, format YYYYMMDD. Defaults to today when set to
0
or omitted.Configuration
The auto-assignment algorithm considers:- Working Hours: Respects worker availability and shift times
- Capacity Constraints: Honors pickup and dropoff capacity limits if specified
- Skills & Equipment: Matches job requirements with worker capabilities (when using appropriate methods)
- Zones: Considers assigned zones for workers (when using
zones
method) - Distance: Optimizes for minimal travel distance (when using
distance
method)
RESPONSE
Response detailing the assignment status of the jobs.List of job IDs that were successfully assigned.
List of job IDs that could not be assigned.
A comprehensive list of all jobs considered during the assignment process.