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-2eea-41b1-a648-230fe276f50b",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-eda9-4237-8fae-230feddbf89b",
"staff_uuid": "123e4567-7a39-4cc6-8030-230feae7ee5b",
"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-eb2a-4485-9a54-230fefe6064b",
"allocated_timestamp": "2025-07-01 12:00:00",
"material_uuid": "123e4567-36b3-4cf0-a0d2-230fef81f76b",
"edit_by_staff_uuid": "123e4567-a48f-49e1-8d12-230fe180584b"
}Response
Success
Example response
{
"message": "OK"
}