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-466d-4a08-9345-231d25f1a21b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-f9ff-4a6c-9320-231d2370907b",
"staff_uuid": "123e4567-fd26-4d31-a96d-231d2ef72f9b",
"start_date": "2025-08-01 12:00:00",
"end_date": "2025-08-01 12:00:00",
"has_been_opened_timestamp": "2025-08-01 12:00:00",
"allocated_by_staff_uuid": "123e4567-2320-4764-a05b-231d2a0d4f9b",
"allocated_timestamp": "2025-08-01 12:00:00",
"material_uuid": "123e4567-49d2-48a9-aa8b-231d2597669b",
"edit_by_staff_uuid": "123e4567-47c5-452c-9238-231d24ced2db"
}Response
Success
Example response
{
"message": "OK"
}