Newer Version Available
Insurance Member Rating
Output representation of the rating for individual members.
- JSON example
-
1{ 2 "id": "b2c3d4e5-f6a7-8901-2345-67890abcdef1", 3 "pricingResults": [ 4 { 5 "memberId": "0r6PrimaryMemberId", 6 "plans": [ 7 { 8 "id": "0kfMedicalPlanId01", 9 "rates": { 10 "data": { 11 "total": 350 12 } 13 }, 14 "proratedRates": { 15 "data": { 16 "total": 350 17 } 18 }, 19 "contributions": { 20 "employeePremiumAmount": 100, 21 "employerPremiumAmount": 250, 22 "groupClassContributionId": "gcc-001-a", 23 "errors": [] 24 }, 25 "coverages": [ 26 { 27 "coverageId": "cov-hosp-01", 28 "rates": { 29 "data": { 30 "total": 350 31 } 32 }, 33 "proratedRates": { 34 "data": { 35 "total": 350 36 } 37 }, 38 "contributions": { 39 "employeePremiumAmount": 100, 40 "employerPremiumAmount": 250, 41 "groupClassContributionId": "gcc-001-a", 42 "errors": [] 43 } 44 } 45 ], 46 "errors": [] 47 } 48 ], 49 "errors": [] 50 } 51 ], 52 "errors": [] 53}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Insurance Error[] | Error details. | Small, 65.0 | 65.0 |
| id | String | Unique ID that's generated during the member rating transaction. | Small, 65.0 | 65.0 |
| pricingResults | Insurance Member Rating Details[] | Details of pricing results for a member's rating calculation. | Small, 65.0 | 65.0 |