quotes-controller

Book an appointment for a quote

Creates an appointment within the Repair Order, this means the user now has an scheduled confirmed time

post/api/quotes/{trackingId}/book-appointment

Path parameters

trackingIdstring required

Request body

trackingIdstring uuid

The tracking ID for a quote request

referenceNumstring

The user-friendly reference number for a quote

Example request

{
  "trackingId": "5fcd82bf-15e4-42ab-b5bf-e52470f18f88",
  "referenceNum": "AA0013835",
  "slot": {
    "date": "2022-04-01",
    "start": "2:00 PM",
    "vanId": "5f6e9217-d729-4d1b-9ea8-7975828de25b",
    "arrivalWindow": "2:00 PM - 4:00 PM",
    "timezone": "America/Los_Angeles",
    "arrivalWindowStartUtc": "2026-07-06T10:00:00Z",
    "arrivalWindowEndUtc": "2026-07-06T10:00:00Z"
  }
}

Response

The appointment was successfully booked.

Changes

No recorded changes to this endpoint across all 1 revision of this API.