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-146d-4b3b-8201-231fe8d8249b",
"edit_date": "2025-08-01 12:00:00",
"job_uuid": "123e4567-46c2-44aa-8272-231fe389fa9b",
"staff_uuid": "123e4567-6fb5-4111-8eef-231feb52e4ab",
"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-061a-4c62-8536-231fe18e06ab",
"allocated_timestamp": "2025-08-01 12:00:00",
"material_uuid": "123e4567-6516-4a80-8b11-231fe862fd7b",
"edit_by_staff_uuid": "123e4567-7356-4b53-8206-231fe2eb0d5b"
}Response
Success
Example response
{
"message": "OK"
}