Newer Version Available
Insurance Group Rating (POST)
Rate a group benefits quote to calculate premiums for all quote line items. Rate
specific root plans to calculate premiums for their associated quote line items.
- Resource
-
1/connect/insurance/quotes/quoteId/group-rating - Resource Example
-
1https://yourInstance.salesforce.com/services/data/v66.0/connect/insurance/quotes/0Q08d0000004sQzCAI/group-rating - Available version
- 65.0
- HTTP methods
- POST
- Path Parameter for POST
-
Name Type Description Required or Optional Available Version quoteId String ID of the group benefits quote. Required 65.0 - Request body for POST
-
- JSON example
-
1{ 2 "batchSize": 200, 3 "quoteLineItemIds": [ 4 "0qvp00000004C9wAAE" 5 ], 6 "ratingDate": "2025-01-01" 7} - Properties
-
Name Type Description Required or Optional Available Version batchSize Integer Number of records to process in each batch for the rating calculation. The default value is 5.
Optional 65.0 quoteLineItemIds String[] List of quote line item IDs of the root plan. Optional 65.0 ratingDate String Date to use for the rating calculation. If not specified, the API uses the effective date of the quote. Optional 65.0
- Response body for POST
- Group Rating Response