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-4f54-4a09-ac14-230ef62401bb",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-7a69-48e6-bfb4-230ef5fbe9cb",
"queue_uuid": "123e4567-f504-46ce-bf21-230efbdcea7b",
"staff_uuid": "123e4567-88af-4a4d-929a-230ef084febb",
"allocation_date": "2025-07-01 12:00:00",
"allocation_window_uuid": "123e4567-889d-478a-a66a-230ef9612b5b",
"allocated_by_staff_uuid": "123e4567-6eee-435f-a69d-230ef43a06cb",
"allocated_timestamp": "2025-07-01 12:00:00",
"expiry_timestamp": "2025-07-01 12:00:00",
"read_timestamp": "2025-07-01 12:00:00",
"completion_timestamp": "2025-07-01 12:00:00",
"acceptance_timestamp": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}