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-dc8a-45e0-80d6-2313f156bc9b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-c2f7-4bae-a2d0-2313ffc1350b",
"queue_uuid": "123e4567-3f20-480b-b3e8-2313f459c6eb",
"staff_uuid": "123e4567-2026-412a-94c5-2313f9fc04cb",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-3301-475b-ae9a-2313fc68142b",
"allocated_by_staff_uuid": "123e4567-f27b-4744-809b-2313f41eabfb",
"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"
}