Newer Version Available

This content describes an older version of this product. View Latest

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:
  • Flat Percent of Premium
  • Flat Fee
  • Graded Percent of Premium
  • Graded Volume
  • Capitated Fee
  • Flat percent of Fee
Small, 63.0 63.0