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-fa33-4fdf-8474-233124eec24b",
"edit_date": "2025-09-01 12:00:00",
"job_uuid": "123e4567-c81a-4f00-a076-23312cebe30b",
"queue_uuid": "123e4567-5c4e-417b-be83-23312767137b",
"staff_uuid": "123e4567-676f-4dd6-a2d3-233123d386fb",
"allocation_date": "2025-09-01 12:00:00",
"allocation_window_uuid": "123e4567-0f00-47be-926b-2331220d673b",
"allocated_by_staff_uuid": "123e4567-c5f8-4504-8c52-23312dacfffb",
"allocated_timestamp": "2025-09-01 12:00:00",
"expiry_timestamp": "2025-09-01 12:00:00",
"read_timestamp": "2025-09-01 12:00:00",
"completion_timestamp": "2025-09-01 12:00:00",
"acceptance_timestamp": "2025-09-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}