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.
Group Rating Input
Input representation for the Group Benefits Group Rating API.
- 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