jobs
Update Job Initial Appointment
Use this endpoint to add or modify the initial appointment for a job. All datetimes should be UTC and in ISO 8601 format (suffixed with 'Z').
This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.
put/jobs/{jobId}/initial-appointment
Path parameters
jobIdstring uuid required
The job's unique identifier
Request body
Example request
{
"startDate": "2020-06-22T18:47:10Z",
"endDate": "2020-06-22T19:47:10Z"
}Response
No Content