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-4574-4f07-8a7e-23f94f76144b",
"staff_uuid": "123e4567-d648-48f1-9223-23f94b0c350b",
"start_date": "2026-03-01 12:00:00",
"end_date": "2026-03-01 12:00:00",
"has_been_opened_timestamp": "2026-03-01 12:00:00",
"material_uuid": "123e4567-24bc-41d2-91d5-23f9493d724b",
"uuid": "123e4567-1330-427d-a253-23f94562fb8b",
"edit_by_staff_uuid": "123e4567-e22b-4b03-952b-23f943c0658b"
}Response
Success
Example response
{
"message": "OK"
}