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-4ee5-422d-ab01-231b27b1f00b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-a426-47ac-9001-231b2290b54b",
"staff_uuid": "123e4567-a8f8-4293-a52e-231b2b05c88b",
"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-c36c-4ae6-95aa-231b2498542b",
"allocated_timestamp": "2025-08-01 12:00:00",
"material_uuid": "123e4567-095d-4dc8-8182-231b2eebd3fb",
"edit_by_staff_uuid": "123e4567-8c22-4f90-80d8-231b28cc151b"
}Response
Success
Example response
{
"message": "OK"
}