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-f2c8-468b-b9d1-2320ae4ae82b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-6564-4a57-85f7-2320a06ca4bb",
"queue_uuid": "123e4567-f35d-4dd4-acf4-2320a1662bdb",
"staff_uuid": "123e4567-8380-4a7a-b324-2320acf2709b",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-6227-4e2b-a2fd-2320a4e8bc5b",
"allocated_by_staff_uuid": "123e4567-f951-4540-9f31-2320a8c98f8b",
"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"
}