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-b55c-490a-92a6-231fe807043b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-b316-4ff9-b147-231fe6a07d4b",
"queue_uuid": "123e4567-1bc1-417c-b8f3-231fe996165b",
"staff_uuid": "123e4567-9617-47f4-b74a-231fe18c987b",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-8d7a-4ad6-ad43-231fe307f21b",
"allocated_by_staff_uuid": "123e4567-a453-4427-a4ea-231fecea101b",
"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"
}