---
title: "Changes to Generate a new quote (single product)"
method: POST
path: "/v1/quote"
---

# Changes to Generate a new quote (single product)

`POST /v1/quote`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 3 revisions.

- **2026-07-10** `e016afb8fdb3` — 5 breaking, 1 warning, 6 info
- **2026-07-09** `e95f3723e41f` — 4 breaking, 2 info

## Changes

- **2026-07-10** `e016afb8fdb3` — 5 breaking, 1 warning, 6 info
  - added `#/components/schemas/InitialDepositBaseCoverageOptionRequestDto` to the `coverageOptions/allOf[#/components/schemas/AddonsRequestDto]/cfarOption` request property `allOf` list
  - the `departureDate` request property type/format changed from `date`/`` to `string`/`date`
  - the `productIds/items/` request property type/format changed from `array`/`` to `string`/``
  - the `returnDate` request property type/format changed from `date`/`` to `string`/`date`
  - the `travelerDetails/items/dob` request property type/format changed from `date`/`` to `string`/`date`
  - removed `#/components/schemas/CfarCoverageOptionRequestDto` from the `coverageOptions/allOf[#/components/schemas/AddonsRequestDto]/cfarOption` request property `allOf` list
  - api operation id `generate` removed and replaced with `generateQuote`
  - added the new optional request property `coverageOptions/allOf[#/components/schemas/AddonsRequestDto]/cfwrOption`
  - added the new optional request property `coverageOptions/allOf[#/components/schemas/AddonsRequestDto]/medicalUpgrade`
  - added the required property `coverageOptions/allOf[#/components/schemas/AddonsDto]/cfwrOption` to the response with the `201` status
  - added the required property `coverageOptions/allOf[#/components/schemas/AddonsDto]/medicalUpgrade` to the response with the `201` status
  - added the required property `offerDescription` to the response with the `201` status
- **2026-07-09** `e95f3723e41f` — 4 breaking, 2 info
  - the `departureDate` request property type/format changed from `string`/`date` to `date`/``
  - the `productIds/items/` request property type/format changed from `string`/`` to `array`/``
  - the `returnDate` request property type/format changed from `string`/`date` to `date`/``
  - the `travelerDetails/items/dob` request property type/format changed from `string`/`date` to `date`/``
  - api operation id `createQuote` removed and replaced with `generate`
  - added the new optional `header` request parameter `Authorization`

---

[Operation](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/docs/v1/quote/post.md) · [API](https://skmtc.dev/withfaye/apis/faye-partner-sales-api.md) · [Page](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/changes/v1/quote/post)
