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-fed9-4a8f-be1f-230b7b61e87b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-3069-4e99-a808-230b7316224b",
"queue_uuid": "123e4567-e795-4bf6-8bb2-230b701d2f1b",
"staff_uuid": "123e4567-9083-4dc0-b2e2-230b79d75b7b",
"allocation_date": "2025-07-01 12:00:00",
"allocation_window_uuid": "123e4567-5c01-427a-9952-230b7b3a846b",
"allocated_by_staff_uuid": "123e4567-190b-45cf-8c5c-230b7bd9eecb",
"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"
}