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-1821-42b4-96c9-2329b8d1505b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-5799-4bb4-85b1-2329befb431b",
"queue_uuid": "123e4567-5f55-496a-abcd-2329ba5116bb",
"staff_uuid": "123e4567-b51c-4c13-a9d5-2329b5b07bcb",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-c395-4744-b3f9-2329b9d10deb",
"allocated_by_staff_uuid": "123e4567-8b9a-4a58-83e0-2329b4f49c2b",
"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"
}