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-4559-4323-8bf9-231cf9ca5e9b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-31e9-43c7-9525-231cf1efabbb",
"queue_uuid": "123e4567-669b-4c55-8c69-231cf70ed91b",
"staff_uuid": "123e4567-2705-4078-b8cb-231cf484ff6b",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-37b9-4674-857d-231cfa7261bb",
"allocated_by_staff_uuid": "123e4567-01a5-4dc5-bde8-231cfb2e2c5b",
"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"
}