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
{
"job_uuid": "123e4567-9e3e-4fcd-b1bc-23467dc4a92b",
"staff_uuid": "123e4567-d74f-4caf-8c1f-234671f2b5eb",
"start_date": "2025-09-01 12:00:00",
"end_date": "2025-09-01 12:00:00",
"has_been_opened_timestamp": "2025-09-01 12:00:00",
"material_uuid": "123e4567-f718-4621-af18-2346775a3e8b",
"uuid": "123e4567-d698-4fe9-ae1f-23467a42e0eb",
"edit_by_staff_uuid": "123e4567-2dd7-4a30-b860-234679f905bb"
}Response
Success
Example response
{
"message": "OK"
}