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-6b33-421e-9125-23126042f9ab",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-ba42-437f-8560-23126249c38b",
"queue_uuid": "123e4567-eb22-49f9-bdac-23126ae5276b",
"staff_uuid": "123e4567-530e-4408-849e-231265b02ccb",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-4ed2-4f3d-b91a-23126da99a5b",
"allocated_by_staff_uuid": "123e4567-ce5b-411d-aff8-231266584b5b",
"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"
}