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-94ef-4dfc-97cc-231d2835307b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-7138-4709-8c89-231d2294595b",
"queue_uuid": "123e4567-c63d-48a7-bc49-231d2e27356b",
"staff_uuid": "123e4567-c35a-413f-89b3-231d2e69ba6b",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-449b-4a94-8165-231d211b602b",
"allocated_by_staff_uuid": "123e4567-44f3-4d05-809c-231d28a7514b",
"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"
}