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 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/v68.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