Jobs
Sets a job to started
Sets a specific job to started. The job must be in a valid state to use this endpoint (required scope jobs:write)
put/v1/jobs/{jobId}/start
Path parameters
jobIdinteger required
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"comment": "Arrived on site",
"statusModifiedAt": "2025-01-05T14:23:10.0000000+00:00"
}Response
No Content