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-fac3-4597-957b-230c4ee6f68b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-952f-4eee-945d-230c4b4b4e8b",
"queue_uuid": "123e4567-289c-42e7-b4e6-230c4cc5f29b",
"staff_uuid": "123e4567-d845-4878-a1fd-230c45975d2b",
"allocation_date": "2025-07-01 12:00:00",
"allocation_window_uuid": "123e4567-6bc4-4fbb-936f-230c4ee92e9b",
"allocated_by_staff_uuid": "123e4567-4322-4eed-82d0-230c4051adfb",
"allocated_timestamp": "2025-07-01 12:00:00",
"expiry_timestamp": "2025-07-01 12:00:00",
"read_timestamp": "2025-07-01 12:00:00",
"completion_timestamp": "2025-07-01 12:00:00",
"acceptance_timestamp": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}