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-edfc-4bd7-a497-230c4fe1161b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-992b-4b43-8a69-230c46b2b7db",
"queue_uuid": "123e4567-de04-4301-bce4-230c4bdfb36b",
"staff_uuid": "123e4567-26ee-4b67-a67e-230c450f61fb",
"allocation_date": "2025-07-01 12:00:00",
"allocation_window_uuid": "123e4567-0abb-456a-b9fa-230c49cf914b",
"allocated_by_staff_uuid": "123e4567-ca1d-42bd-ad4a-230c47bbe23b",
"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"
}