Quote Responses
RequestQuotesRefinementResponse
Name | Type | Description |
---|---|---|
quotesCorrelationId | guid | The correlation ID that should be used when retrieving quotes from the API. |
onlineJourneyUrl | string | The URL used to continue the customer’s journey on the SimplyIOA website. |
metadata | OrderedMap[string, string] | Metadata that can be passed along with the request, and is returned with each response. Can be used for customer specific information. |
QuotesRefinementResponse
Name | Type | Description |
---|---|---|
quotesCorrelationId | guid | The correlation ID that should be used when retrieving quotes from the API. |
quotes | Quote | An array of quotes. See the definition of Quote below. |
statusMessage | string | If an error has occurred, displays information about the error. |
isSuccessful | bool | If the quotes request that this response relates to has been successful. Note: This does not indicate whether or not quotes have been returned, only if there has been an error during quoting. |
onlineJourneyUrl | string | The URL used to continue the customer’s journey on the SimplyIOA website. |
premiumSummary | PremiumSummary | A summary of the premium details. |
QuotesRequestResponse
Name | Type | Description |
---|---|---|
quotesCorrelationId | guid | The correlation ID that should be used when retrieving quotes from the API. |
QuotesResponse
Name | Type | Description |
---|---|---|
quotesCorrelationId | guid | The correlation ID that should be used when retrieving quotes from the API. |
quotes | Quote | An array of quotes. See the definition of Quote below. |
statusMessage | string | If an error has occurred, displays information about the error. |
isSuccessful | bool | If the quotes request that this response relates to has been successful. Note: This does not indicate whether or not quotes have been returned, only if there has been an error during quoting. |
Quote
Name | Type | Description |
---|---|---|
quoteId | guid | The unique identifier for the quote. |
carrierName | string | The name of the carrier. |
premiumDetails | PremiumDetails | The premium details. See the definition of PremiumDetails below. |
carrierLogoUrl | string | The URL to the carrier logo. |
carrierLogoThumbnailUrl | string | The URL to the thumbnail version of the carrier logo. |
PremiumDetails
Name | Type | Description |
---|---|---|
termInMonths | int | The number of months for the term of the policy. |
premium | double | The total cost of the policy over the term. |
monthlyPremiumEstimate | double | The monthly cost of the policy. |