Insurance Product Comparison Output

The response body for the insurance product comparison request.
Properties
Property Name Type Description
is​Success Boolean Indicates whether the comparison request was successful (true) or not (false).
message String Error message returned if the request is unsuccessful.
plans List<Insurance Plan Representation> List of insurance plans being compared.

Insurance Plan Representation

This representation details the specifics of an individual insurance plan.

Property Name Type Description
contri​bution​Cost​Attributes List<Cost Attribute Representation> List of cost-related attributes such as copays and deductibles.
coverages List<Insurance Coverage Representation> Various benefits and services covered under this plan.
member​Product​Code String Product code associated with the plan member.
memberProductId String Salesforce ID of the member product.
name String Display name of the insurance plan.
product​Code String Unique code for the insurance product.
product​Id String Salesforce ID of the insurance product.

Cost Attribute Representation

Represents a specific cost component of a plan, such as a premium or copay.

Property Name Type Description
name String Name of the cost attribute (for example, CoPay).
value String Monetary value or percentage associated with the attribute.

Insurance Coverage Representation

Details a specific medical service or benefit covered by the plan.

Property Name Type Description
name String Name of the covered service (for example, Preventive Care and Wellness).
product​Code String Code for the specific coverage product.
product​Id String Salesforce ID of the coverage product.