Newer Version Available
Insurance Member Rating (POST)
Calculate pricing along with employee and employer contribution for
individual members of a group census based on plan and coverages within the
plan.
The prices and contribution are calculated at coverage level and then rolled up to plan and member level.
- Special Access Rule
- To use this API, the org must be enabled with Person Account and you must have Census Management user access.
- Resource
-
1/connect/insurance/group-census-members/memberId/action/rate - Resource example
-
1https://yourInstance.salesforce.com/services/data/v66.0/connect/insurance/group-census-members/0r6RM0000000h1pYAA/action/rate - Available version
- 65.0
- HTTP methods
- POST
- Path parameter for POST
-
Parameter Name Type Description Required or Optional Available Version memberId String ID of the primary group census member for which the rating must be calculated. Required 65.0 - Request body for POST
-
- JSON example
-
1{ 2 "effectiveDate": "2025-10-01", 3 "members": [ 4 { 5 "memberId": "0r6RM0000000h1pYAA", 6 "plans": [ 7 { 8 "planId": "0j5RM00000000a1YAA", 9 "planCoverageIds": [ 10 "0k8RM00000001b2ZAA" 11 ] 12 } 13 ] 14 } 15 ] 16} - Properties
-
Name Type Description Required or Optional Available Version effectiveDate String Date on which the member's rating is calculated. Optional 65.0 members Insurance Member Rating Details Input[] Details of the members and their plans to be rated. Required 65.0
- Response body for POST
- Insurance Member Rating