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-e0be-4323-b11e-230fefe27e3b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-5566-43ea-9e1d-230fe0b61b0b",
"queue_uuid": "123e4567-4450-4ec9-8104-230fee76150b",
"staff_uuid": "123e4567-fbe6-4713-9027-230fe4ab63db",
"allocation_date": "2025-07-01 12:00:00",
"allocation_window_uuid": "123e4567-96e8-4d57-9b50-230fec19382b",
"allocated_by_staff_uuid": "123e4567-9a42-4dd8-aa41-230fe6802cbb",
"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"
}