Job Activities
Create a new Job Activity
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/jobactivity.json
Request body
Example request
{
"uuid": "123e4567-b9c1-452c-93f4-230c4cc92ceb",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-bac7-48a3-bc9a-230c4ed8b4cb",
"staff_uuid": "123e4567-0b66-4137-a3b3-230c4e9e480b",
"start_date": "2025-07-01 12:00:00",
"end_date": "2025-07-01 12:00:00",
"has_been_opened_timestamp": "2025-07-01 12:00:00",
"allocated_by_staff_uuid": "123e4567-7b5b-480e-bb40-230c46e7827b",
"allocated_timestamp": "2025-07-01 12:00:00",
"material_uuid": "123e4567-5fcd-4681-9f33-230c4813949b",
"edit_by_staff_uuid": "123e4567-e378-4a39-9c1c-230c45be3bab"
}Response
Success
Example response
{
"message": "OK"
}