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