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.
Rate Plan Commission
Output representation details of the rate plan commission.
- JSON example
- This example shows a sample success response.
-
1[ 2 { 3 "id": "rpc111", 4 "premiumPercent": null, 5 "type": "GradedPercent", 6 "amountStartRange": 0, 7 "amountEndRange": 1000 8 }, 9 { 10 "id": "rpc112", 11 "premiumPercent": null, 12 "type": "GradedPercent", 13 "amountStartRange": 1001, 14 "amountEndRange": 10000 15 }, 16]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| amountEndRange | Double | End range of amount for graded percent of premium. | Small, 63.0 | 63.0 |
| amountStartRange | Double | Start range of amount for graded percent of premium. | Small, 63.0 | 63.0 |
| fee | Double | Commission fee when flat fee or capitated fee is selected. | Small, 63.0 | 63.0 |
| feePercent | Double | Percentage of fee earned as commission when flat percentage of fee is selected. | Small, 63.0 | 63.0 |
| id | String | ID of the rate plan commission. | Small, 63.0 | 63.0 |
| numberEndRange | Integer | End range of the grade volume, which represents the employee count. | Small, 63.0 | 63.0 |
| numberStartRange | Integer | Start range of the grade volume, which represents the employee count. | Small, 63.0 | 63.0 |
| premiumPercent | Double | Percentage of premium earned as commission when graded percent of premium or flat percent of premium is selected. | Small, 63.0 | 63.0 |
| type | String | Type of commission structure. Valid values are:
|
Small, 63.0 | 63.0 |