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-205e-4d4e-9c8e-230fe4dd88cb",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-6d6b-477a-b7cd-230fe83a814b",
"queue_uuid": "123e4567-24de-4906-893e-230febaac39b",
"staff_uuid": "123e4567-41e3-4829-bded-230febff3ecb",
"allocation_date": "2025-07-01 12:00:00",
"allocation_window_uuid": "123e4567-e154-4e31-bec7-230fe6d8d53b",
"allocated_by_staff_uuid": "123e4567-33c0-4c19-b185-230fef75bbeb",
"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"
}