Quote & Save V2
Get quote from multi-quote by hashcode
Retrieves a specific quote from a multi-quote group using the group hash and quote hashcode.
get/v2/quote/multi/{groupHash}/{hashcode}
Path parameters
groupHashstring required
hashcodestring required
Headers
Authorizationstring
Bearer token
Response
The quote has been successfully retrieved.
Example response
{
"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"
}