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-901c-4f2c-bd0b-230b7938d3db",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-32ec-4fbc-bc34-230b77882feb",
"queue_uuid": "123e4567-6e88-4297-a92d-230b7169d10b",
"staff_uuid": "123e4567-9891-41ca-88a3-230b7b97dbab",
"allocation_date": "2025-07-01 12:00:00",
"allocation_window_uuid": "123e4567-555b-4d15-bec0-230b7fdf3a4b",
"allocated_by_staff_uuid": "123e4567-fccf-4056-9764-230b748f542b",
"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"
}