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-d2a5-470f-bcfc-23312fbf0bdb",
"edit_date": "2025-09-01 12:00:00",
"job_uuid": "123e4567-f430-4652-b867-23312f1283eb",
"queue_uuid": "123e4567-c0eb-4e6c-a7d9-233127781a9b",
"staff_uuid": "123e4567-4650-451a-a45c-23312ff968cb",
"allocation_date": "2025-09-01 12:00:00",
"allocation_window_uuid": "123e4567-be5c-42a2-b38b-2331247dbc9b",
"allocated_by_staff_uuid": "123e4567-95b9-4424-8edb-23312fb871db",
"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"
}