Newer Version Available
Reprice Insurance Product Action
Recalculate the price of Insurance products based on user inputs.
This action is available in API version 63.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/v63.0/actions/standard/repriceInsuranceProduct
- Formats
- JSON
- HTTP Methods
- GET, POST
- Authentication
- Bearer Token
Inputs
| Input | Details |
|---|---|
| contextId |
|
| pricingProcedureApiName |
|
| addedNodes |
|
| updatedNodes |
|
| deletedNodes |
|
| effectiveDate |
|
| ratingDate |
|
| additionalFields |
|
| executeConfigurationRules |
|
Example
Sample Request
1{
2 "inputs": [
3 {
4 "contextId": "273e01fdfb6f9f21428869eb784ee756976afb0e9bdc49f2a360be397a10ca12",
5 "pricingProcedureApiName": "InsuranceDefaultPricingProcedure",
6 "effectiveDate": "2024-10-18",
7 "addedNodes": "[{\"instanceKeys\":[\"AutoRoot\",\"AutoBundle\",\"NewDriver\"],\"productCode\":\"autoDriver\",\"attributes\":{\"DriverAccidents\":4},\"targetRecords\":[\"003xx000004WhKhAAK\"]}]"
8 }
9 ]
10}