Newer Version Available

This content describes an older version of this product. View Latest

Configuration Options Input

Input representation for the configuration options.
JSON example
1{
2  "configurationOptions": {
3    "validateProductCatalog": true,
4    "validateAmendRenewCancel": true,
5    "executeConfigurationRules": true,
6    "addDefaultConfiguration": true
7  }
8}
Properties
Name Type Description Required or Optional Available Version
addDefault​Configuration Boolean Indicates whether to automatically add default configurations to the order (true) or not (false). Optional 60.0
execute​Configuration​Rules Boolean Indicates whether the order must adhere to configuration rules during processing (true) or bypass them (false). Optional 60.0
validate​Amend​Renew​Cancel Boolean Indicates whether to run validations related to amend, renew, or cancel processes (true) or not (false). Optional 60.0
validate​Product​Catalog Boolean Indicates whether the order must be validated against the product catalog (true) or not (false). Optional 60.0