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.
Expected Revenue Input
Input representation of the request to calculate expected brokerage revenue.
- JSON example
-
1{ 2 "expressionSetName": "expressionSetName", 3 "ratePlanCommissions": [ 4 { 5 "Name": "RPC-1", 6 "Type": "GradedPercent", 7 "amountStartRange": 0, 8 "amountEndRange": 1000 9 }, 10 { 11 "Name": "RPC-1", 12 "Type": "GradedPercent", 13 "amountStartRange": 1001, 14 "amountEndRange": 100000 15 } 16 ] 17} - Properties
-
Name Type Description Required or Optional Available Version expressionSetName String Name of expression set to be used for expected revenue calculation. If unspecified, a value from the InsPolicyManagementConfig setup object is taken. Optional 63.0 ratePlanCommissions List List of rate plan commissions to be used for expected revenue calculation. This is a valid input only when businessSObjectType is InsuranceRatePlan. Optional 63.0