Get multi-quote by group hash
Retrieves all quotes in a multi-quote group using the group hash.
Path parameters
Headers
Bearer token
Response
The multi-quote has been successfully retrieved.
Example response
{
"quotes": [
{
"quote": {
"currentPrice": 100.24,
"coverageOptions": {
"petOption": {
"price": 100.24
},
"trcOption": {
"price": 100.24
},
"cfarOption": {
"price": 100.24
},
"cfwrOption": {
"price": 100.24
},
"adventureOption": {
"price": 100.24
},
"vacationRentalOption": {
"price": 100.24
},
"carRentalOption": {
"price": 100.24,
"pricePerCarPerDay": 100.24
},
"medicalUpgrade": {
"price": 100.24
}
},
"quoteHash": "abc123def456"
}
}
]
}Changes
Changed in 2 of the 3 revisions of this API.16
- ●
removed the optional property
quotes/items/statusfrom the response with the200statusresponse-optional-property-removed
- ○
api tag
Quoteremovedapi-tag-removed
- ○
added the required property
quotes/items/productNameto the response with the200statusresponse-required-property-added
- ○
added the required property
quotes/items/quote/allOf[CreateQuoteResponseDto]/coverageOptions/allOf[AddonsDto]/cfwrOptionto the response with the200statusresponse-required-property-added
- ○
added the required property
quotes/items/quote/allOf[CreateQuoteResponseDto]/coverageOptions/allOf[AddonsDto]/medicalUpgradeto the response with the200statusresponse-required-property-added
- ○
added the required property
quotes/items/quote/allOf[CreateQuoteResponseDto]/offerDescriptionto the response with the200statusresponse-required-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the new optional
headerrequest parameterAuthorizationnew-optional-request-parameter
- ○