v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
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

startDatestring

An ISO 8601 string of the Initial Appointment's start datetime including the time component and ending with 'Z' (so in UTC). https://en.wikipedia.org/wiki/ISO_8601#Coordinated_Universal_Time_(UTC)

endDatestring

An ISO 8601 string of the Initial Appointment's start datetime including the time component and ending with 'Z' (so in UTC). https://en.wikipedia.org/wiki/ISO_8601#Coordinated_Universal_Time_(UTC)

notesstring

Example request

{
  "startDate": "2020-06-22T18:47:10Z",
  "endDate": "2020-06-22T19:47:10Z"
}

Response

No Content