Newer Version Available
Insurance Quote
Output representation of the details of the insurance quote.
- JSON example
-
1{ 2 "quoteId" : "0Q0xx0000004E2mCAE", 3 "contextId" : "98977d60d58a614485280fe430afded87290baa9a6ad6bfec889df75ef11008e" 4 "errors" : [], 5 "success" : true 6 }
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| configMessages | Insurance Configurator Message[] | List of insurance quote configurator messages. | Small, 63.0 | 63.0 |
| contextId | String | ID of the context. | Small, 63.0 | 63.0 |
| errors | Error Response | List of errors encountered during the processing of the API request. | Small, 63.0 | 63.0 |
| quoteDetails | Map<String, Object> | Details of the insurance quote. | Small, 63.0 | 63.0 |
| quoteId | String | ID of the quote. | Small, 63.0 | 63.0 |
| success | Boolean | Indicates whether the API request is successful ( true) or not ( false). | Small, 63.0 | 63.0 |