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-1452-4158-a6a2-23482d85f7eb",
"staff_uuid": "123e4567-28f4-4739-a669-23482f16c0bb",
"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-e0ec-4c7b-8f16-234824a1bbcb",
"uuid": "123e4567-b31a-427a-843e-234828db36bb",
"edit_by_staff_uuid": "123e4567-42e9-4d34-994b-23482e7cc18b"
}Response
Success
Example response
{
"message": "OK"
}