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-e23f-4da0-b4e2-231d2701720b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-78ea-4c48-a359-231d269e10cb",
"queue_uuid": "123e4567-fe01-4a47-a873-231d2de3c6bb",
"staff_uuid": "123e4567-74df-476f-8bfc-231d218586db",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-db36-472c-b03e-231d2fe2d5cb",
"allocated_by_staff_uuid": "123e4567-b4ae-4504-8ea4-231d28c7b36b",
"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"
}