Insurance Member Rating
Output representation of the rating for individual members.
- JSON example
-
1{ 2 "errors": [], 3 "id": "c639a6ec-11d1-4c66-b997-3fff967f052d", 4 "pricingResults": [ 5 { 6 "errors": [], 7 "memberId": "0r6DR0000002UmvYAE", 8 "plans": [ 9 { 10 "contributions": { 11 "employeePremiumAmount": 51.04, 12 "employerPremiumAmount": 5.67, 13 "errors": [] 14 }, 15 "coverages": [ 16 { 17 "contributions": { 18 "employeePremiumAmount": 51.04, 19 "employerPremiumAmount": 5.67, 20 "errors": [], 21 "groupClassContributionId": "0rFDR00000002DM2AY" 22 }, 23 "coverageId": "0rgDR0000001iVPYAY", 24 "errors": [], 25 "proratedRates": { 26 "data": { 27 "NetUnitPrice": 56.71, 28 "NetTotalPrice": 56.71, 29 "StandardQLITaxAmount": 0 30 } 31 }, 32 "rates": { 33 "data": { 34 "NetUnitPrice": 112.5, 35 "NetTotalPrice": 112.5, 36 "StandardQLITaxAmount": 0 37 } 38 } 39 } 40 ], 41 "errors": [], 42 "id": "0rgDR0000001iVLYAY", 43 "proratedRates": { 44 "data": { 45 "NetUnitPrice": 56.71, 46 "NetTotalPrice": 56.71, 47 "StandardQLITaxAmount": 0 48 } 49 }, 50 "rates": { 51 "data": { 52 "NetUnitPrice": 112.5, 53 "NetTotalPrice": 112.5, 54 "StandardQLITaxAmount": 0 55 } 56 } 57 } 58 ] 59 } 60 ] 61}
| 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 |