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-62e2-43db-8db6-23110311bb0b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-eceb-4d55-9b35-2311063f24cb",
"queue_uuid": "123e4567-4ce7-48b0-9870-23110534382b",
"staff_uuid": "123e4567-110f-455a-83ec-231109fe739b",
"allocation_date": "2025-07-01 12:00:00",
"allocation_window_uuid": "123e4567-a269-45cd-882b-23110a604d8b",
"allocated_by_staff_uuid": "123e4567-53cd-4320-a8f4-23110007d92b",
"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"
}