Configurator Delete Nodes Input
Input representation of the request to delete nodes from a product
configuration.
- 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", "deletedNodes": [ { "path": ["0Q0DE000000ISHJs81", "0QLDE000000IBXw4AO"] } ] }
- 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 deletedNodes Configurator Deleted Node Input[] List of the nodes to be deleted. Required 60.0 qualificationContext User Context Input Context details that are used for the qualification rules. Optional 60.0