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
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