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-61c6-4cc5-b5f8-231b25c8d58b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-b095-4b88-9bec-231b2e087dab",
"queue_uuid": "123e4567-3b0d-48f0-aba9-231b22dde22b",
"staff_uuid": "123e4567-ff2c-448d-aaac-231b277edbcb",
"allocation_date": "2025-08-01 12:00:00",
"allocation_window_uuid": "123e4567-9c82-4dfe-ad16-231b2dc81b8b",
"allocated_by_staff_uuid": "123e4567-eef7-457f-8f4b-231b278c870b",
"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"
}