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-825b-459e-b123-2329b922c33b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-5903-4e68-b94c-2329b9cf1b1b",
"staff_uuid": "123e4567-705d-406e-97dd-2329be0fdccb",
"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-d0fa-431e-b556-2329ba5b886b",
"allocated_timestamp": "2025-08-01 12:00:00",
"material_uuid": "123e4567-a899-4f07-a251-2329b60a7a8b",
"edit_by_staff_uuid": "123e4567-8da6-4122-83c4-2329b05af9ab"
}Response
Success
Example response
{
"message": "OK"
}