Configurator Update Nodes (POST)
- Resource
-
/connect/cpq/configurator/actions/update-nodes
- Resource example
-
https://yourInstance.salesforce.com/services/data/v63.0/connect/cpq/configurator/actions/update-nodes
- Available version
- 60.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
{ "configuratorOptions": { "executePricing": true, "returnProductCatalogData": true, "qualifyAllProductsInTransaction": true, "validateProductCatalog": true, "validateAmendRenewCancel": true, "executeConfigurationRules": true, "addDefaultConfiguration": true }, "qualificationContext": { "accountId": "001xx0000000001AAA", "contactId": "003xx00000000D7AAI" }, "contextId": "008d27d7-e004-4906-a949-ee7d7c323c77", "updatedNodes": [ { "path": ["0Q0DE000000ISHJs81", "0QLDE000000IBXw4AO"], "updatedAttributes": { "Quantity": 5 } } ] }
- Properties
-
Name Type Description Required or Optional Available Version configuratorOptions Configurator Options Input List of the configuration options to execute. Optional 60.0 contextId String ID of the context object that’s being considered. Required 60.0 qualificationContext User Context Input Context details that are used for the qualification rules. Optional 60.0 updatedNodes Configurator Updated Node Input[] List of the nodes to be updated. Required 60.0
- Response body for POST
- Configurator Update Nodes