---
title: "Changes to Generate multiple quotes (V2)"
method: POST
path: "/v2/quote/multi"
---

# Changes to Generate multiple quotes (V2)

`POST /v2/quote/multi`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 3 revisions.

- **2026-07-10** `e016afb8fdb3` — 7 breaking, 15 warning, 18 info
- **2026-07-09** `e95f3723e41f` — 5 breaking, 1 info

## Changes

- **2026-07-10** `e016afb8fdb3` — 7 breaking, 15 warning, 18 info
  - added `#/components/schemas/InitialDepositBaseCoverageOptionRequestDto` to the `coverageOptions/allOf[#/components/schemas/AddonsRequestDto]/cfarOption` request property `allOf` list
  - the request property `departureDate` became required
  - the request property `destination` became required
  - the request property `returnDate` became required
  - the `destination/items/country` request property's minLength was increased from `0` to `2`
  - the `departureDate` request property type/format changed from `date`/`` to `string`/`date`
  - the `returnDate` 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
  - the `destination/items/country` request property's maxLength was set to `2`
  - removed the request property `destination/items/googlePlaceId`
  - removed the request property `destination/items/state`
  - removed the request property `destinations`
  - removed the request property `policyCodeHash`
  - removed the request property `product`
  - removed the request property `productCode`
  - removed the request property `productId`
  - removed the request property `productIds`
  - removed the request property `products`
  - removed the request property `travelerDetails`
  - removed the request property `tripEndDate`
  - removed the request property `tripStartDate`
  - removed the optional property `quotes/items/status` from the response with the `201` status
  - api tag `Quote` removed
  - 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 new optional request property `destination/items/areaLevel1`
  - added the new optional request property `destination/items/fullCountryName`
  - added the new optional request property `destination/items/googleId`
  - added the new optional request property `destination/items/label`
  - added the new optional request property `destination/items/locality`
  - added the new optional request property `residency/allOf[#/components/schemas/ResidencyDtoV2]/city`
  - the request property `destination/items/country` became nullable
  - the request property `travellers/items/firstName` became optional
  - the request property `travellers/items/isDriver` became optional
  - the request property `travellers/items/lastName` became optional
  - the request property `travellers/items/mainTraveller` became optional
  - added the required property `quotes/items/productName` to the response with the `201` status
  - added the required property `quotes/items/quote/allOf[#/components/schemas/CreateQuoteResponseDto]/coverageOptions/allOf[#/components/schemas/AddonsDto]/cfwrOption` to the response with the `201` status
  - added the required property `quotes/items/quote/allOf[#/components/schemas/CreateQuoteResponseDto]/coverageOptions/allOf[#/components/schemas/AddonsDto]/medicalUpgrade` to the response with the `201` status
  - added the required property `quotes/items/quote/allOf[#/components/schemas/CreateQuoteResponseDto]/offerDescription` to the response with the `201` status
- **2026-07-09** `e95f3723e41f` — 5 breaking, 1 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 `products/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`/``
  - added the new optional `header` request parameter `Authorization`

---

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