---
title: "Mark a quote as sent"
method: PUT
path: "/v1/finance/quotes/{quoteId}/sent"
tags: ["Quotes"]
---

# Mark a quote as sent

`PUT /v1/finance/quotes/{quoteId}/sent`

Mark a quote as sent (required scope finance:write)

## Path parameters

- `quoteId` integer, required

## Headers

- `Customer-Id` integer, required

## Request body

- UpdateQuoteSentModel — Represents a model that holds information about marking a quote as sent
  - `sentAt` string, date-time, nullable — The UTC date and time when the quote was sent, if omitted the current date and time will be used

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
