Jobs
Update a job
Updates the details of a specific job. To set the JobGroupId, any existing JobGroupId must have been removed by setting it to null in a previous update. A job can be added to any job group, except a job group marked Financially Complete (required scope jobs:write)
patch/v1/jobs/{jobId}
Path parameters
jobIdinteger required
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"plannedDuration": 90,
"description": "New boiler install - please remove and retain the old boiler",
"reference": "ABC/5514123",
"personId": "3729c414-ed21-4849-816f-25d332265dc8",
"orderNumber": "PAO/1312KU",
"jobGroupId": 42,
"categoryId": 5514123,
"officeNotes": "Customer has requested a follow-up call",
"customFields": [
{
"definitionId": 5514123,
"value": "High net worth"
}
],
"siteContactId": 15548440
}Response
No Content