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-f61e-4d38-a708-230fe1745beb",
"edit_date": "2025-07-01 12:00:00",
"job_uuid": "123e4567-f609-4783-8dbd-230fe3c4d53b",
"staff_uuid": "123e4567-26d0-4799-a5f3-230fe55aad1b",
"start_date": "2025-07-01 12:00:00",
"end_date": "2025-07-01 12:00:00",
"has_been_opened_timestamp": "2025-07-01 12:00:00",
"allocated_by_staff_uuid": "123e4567-5788-43db-9974-230fec08981b",
"allocated_timestamp": "2025-07-01 12:00:00",
"material_uuid": "123e4567-1b98-4672-aea0-230fe41c933b",
"edit_by_staff_uuid": "123e4567-e683-4d8c-8965-230feb9071db"
}Response
Success
Example response
{
"message": "OK"
}