Job Allocations
Create a new Job Allocation
OAuth Scope
This endpoint requires the following OAuth scope manage_schedule.
Record UUID
UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the x-record-uuid response header.
post/joballocation.json
Request body
Example request
{
"uuid": "123e4567-8af4-4655-838b-231ef6a8783b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-236b-49d0-b2ba-231ef059038b",
"queue_uuid": "123e4567-f552-4c92-b6cd-231ef5b5910b",
"staff_uuid": "123e4567-42aa-467b-9f0b-231ef1b9df0b",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-a11e-48f0-ba81-231ef7ea046b",
"allocated_by_staff_uuid": "123e4567-ad6c-421e-bf2f-231ef19dfa6b",
"allocated_timestamp": "2025-08-01 12:00:00",
"expiry_timestamp": "2025-08-01 12:00:00",
"read_timestamp": "2025-08-01 12:00:00",
"completion_timestamp": "2025-08-01 12:00:00",
"acceptance_timestamp": "2025-08-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}