Configuration Options Input
Input representation for the configuration options.
- JSON example
-
{ "configurationOptions": { "validateProductCatalog": true, "validateAmendRenewCancel": true, "executeConfigurationRules": true, "addDefaultConfiguration": true } }
- Properties
-
Name Type Description Required or Optional Available Version addDefaultConfiguration Boolean Indicates whether to automatically add default configurations to the order (true) or not (false). Optional 60.0 executeConfigurationRules Boolean Indicates whether the order must adhere to configuration rules during processing (true) or bypass them (false). Optional 60.0 validateAmendRenewCancel Boolean Indicates whether to run validations related to amend, renew, or cancel processes (true) or not (false). Optional 60.0 validateProductCatalog Boolean Indicates whether the order must be validated against the product catalog (true) or not (false). Optional 60.0