Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Eligible Plan Details

Output representation for the details of the eligible plans.
JSON example
1{
2  "messages": [],
3  "plans": [{
4        "isOptional": false,
5        "productCategory": "Medical",
6        "planName": "plan123",
7        "attributes": [],
8        "coverages": [
9          {
10            "planId": "coverageA",
11            "isOptional": false,
12            "productCategory": "Medical",
13            "planName": "plan123"
14          },
15          {
16            "planId": "coverageB",
17            "isOptional": true,
18            "productCategory": "Medical",
19            "planName": "plan123"
20          }
21        ]
22      }]
23}
Property Name Type Description Filter Group and Version Available Version
messages Insurance Message[] List of informational or error messages related to the eligibility check. Small, 66.0 66.0
plans Insurance Group Plans[] List of contract group plans that the member is eligible for. Small, 66.0 66.0