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.

Insurance Member Rating Details

Output representation of an individual member's rating results.
JSON example
1{
2  "memberId": "0r6PrimaryMemberId",
3  "plans": [
4    {
5      "id": "0kfMedicalPlanId01",
6      "rates": {
7        "data": {
8          "total": 350
9        }
10      },
11      "proratedRates": {
12        "data": {
13          "total": 350
14        }
15      },
16      "contributions": {
17        "employeePremiumAmount": 100,
18        "employerPremiumAmount": 250,
19        "groupClassContributionId": "gcc-001-a",
20        "errors": []
21      },
22      "coverages": [
23        {
24          "coverageId": "cov-hosp-01",
25          "rates": {
26            "data": {
27              "total": 350
28            }
29          },
30          "proratedRates": {
31            "data": {
32              "total": 350
33            }
34          },
35          "contributions": {
36            "employeePremiumAmount": 100,
37            "employerPremiumAmount": 250,
38            "groupClassContributionId": "gcc-001-a",
39            "errors": []
40          }
41        }
42      ],
43      "errors": []
44    }
45  ],
46  "errors": []
47}
Property Name Type Description Filter Group and Version Available Version
errors Insurance Error[] Error details. Small, 65.0 65.0
memberId String ID of the member whose rating is calculated. Small, 65.0 65.0
plans Insurance Plan Rating[] Rating details for the plan. Small, 65.0 65.0