quotes-controller

Add Address to a quote

If an address is not provided with the quote request it can be added here. The Address is necessary for availability checks and for appointment booking. Address can only be added if the Repair Order doesn't have an active appointment

post/api/quotes/{trackingId}/address

Path parameters

trackingIdstring required

Request body

streetstring required
street2string
citystring required
statestring required
zipstring required

Example request

{
  "street": "2333 Utah Ave",
  "city": "El Segundo",
  "state": "CA",
  "zip": "90245"
}

Response

The Address was successfully added.

Changes

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