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.
Request body
Example request
{
"job_uuid": "123e4567-4574-4f07-8a7e-23f94f76144b",
"staff_uuid": "123e4567-d648-48f1-9223-23f94b0c350b",
"start_date": "2026-03-01 12:00:00",
"end_date": "2026-03-01 12:00:00",
"has_been_opened_timestamp": "2026-03-01 12:00:00",
"material_uuid": "123e4567-24bc-41d2-91d5-23f9493d724b",
"uuid": "123e4567-1330-427d-a253-23f94562fb8b",
"edit_by_staff_uuid": "123e4567-e22b-4b03-952b-23f943c0658b"
}Response
Success
Example response
{
"message": "OK"
}Changes
Changed in 3 of the 50 revisions of this API.414
- ▲
the
allocated_by_staff_uuidrequest property type/format changed fromstring/uuidto/request-property-type-changed
- ▲
the
allocated_timestamprequest property type/format changed fromstring/to/request-property-type-changed
- ●
removed the request property
activerequest-property-removed
- ▲
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ▲
the
travel_distance_in_metersrequest property type/format changed fromstring/tointeger/request-property-type-changed
- ▲
the
travel_time_in_secondsrequest property type/format changed fromstring/tointeger/request-property-type-changed
- ▲