---
title: "Add Address to a quote"
method: POST
path: "/api/quotes/{trackingId}/address"
tags: ["quotes-controller"]
---

# Add Address to a quote

`POST /api/quotes/{trackingId}/address`

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

## Path parameters

- `trackingId` string, required

## Request body

- Address
  - `street` string, required
  - `street2` string
  - `city` string, required
  - `state` string, required
  - `zip` string, required

## Response `200`

The Address was successfully added.

---

[API](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api.md) · [All operations](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repairsmith/autonation-mobile-service-developer-api/revisions/8ef7fb1398f6/schema)
