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 Coverage
Output representation details of the coverage and associated expected
revenue.
- JSON example
- This example shows a sample success response.
-
1"coverages": [ 2 { 3 "id": "pc111", 4 "amountWithFrequency": { 5 "annually": 1000.3, 6 "monthly": 100.03, 7 "quarterly": 300.09 8 }, 9 "ratePlans": [ 10 { 11 "id": "rp11", 12 "totalPremiumAmount": 350, 13 "totalFeeAmount": 200, 14 "totalPremiumEqvAmount": 100, 15 "expectedRevenueAmount": 45, 16 "ratePlanCommissions": [ 17 { 18 "id": "rpc111", 19 "premiumPercent": 100, 20 "type": "FlatPercentOfPremium" 21 } 22 ] 23 }, 24 { 25 "id": "rp12", 26 "totalPremiumAmount": 350, 27 "totalFeeAmount": 200, 28 "totalPremiumEqvAmount": 100, 29 "expectedRevenueAmount": 45, 30 "ratePlanCommissions": [ 31 { 32 "id": "rpc111", 33 "premiumPercent": null, 34 "type": "GradedPercent", 35 "amountStartRange": 0, 36 "amountEndRange": 1000 37 }, 38 { 39 "id": "rpc112", 40 "premiumPercent": null, 41 "type": "GradedPercent", 42 "amountStartRange": 1001, 43 "amountEndRange": 10000 44 }, 45 ] 46 } 47 ] 48 } 49 ]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| amountWithFrequency | Amount With Frequency[] | Expected revenue amount with frequency. | Small, 63.0 | 63.0 |
| id | String | ID of the coverage associated with the policy for which the expected revenue is calculated. | Small, 63.0 | 63.0 |
| ratePlans | Rate Plan[] | Details of the rate plans associated with the policy or through coverages. | Small, 63.0 | 63.0 |