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-4e96-4746-9d02-2318483c117b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-0fcc-47fb-860c-231846e1ec8b",
"queue_uuid": "123e4567-cbee-4a81-baa8-23184c97115b",
"staff_uuid": "123e4567-5ca8-444a-be67-23184029db0b",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-d757-4685-b57b-231849b041db",
"allocated_by_staff_uuid": "123e4567-ed7e-4a1c-976e-23184e1c3feb",
"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"
}