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-4d4e-4c74-9199-231841e6669b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-a8ac-4457-b434-23184d75f5bb",
"staff_uuid": "123e4567-c772-4d25-9995-231844a0a66b",
"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-0d45-410f-a26f-23184700237b",
"allocated_timestamp": "2025-08-01 12:00:00",
"material_uuid": "123e4567-18ce-4944-a2ea-23184609057b",
"edit_by_staff_uuid": "123e4567-dac2-4e48-953d-231841d1877b"
}Response
Success
Example response
{
"message": "OK"
}