Configurator Preference Input

Input representation of the configuration preference for the place sales transaction request.
JSON example
1{
2  "configurationPref": {
3    "configurationMethod": "Skip",
4    "configurationOptions": {
5      "validateProductCatalog": true,
6      "validateAmendRenewCancel": true,
7      "executeConfigurationRules": true,
8      "addDefaultConfiguration": true
9    }
10  }
11}
Properties
Name Type Description Required or Optional Available Version
configuration​Method String Configuration method for the place sales transaction request. Valid values are:
  • Force—Specifies to enforce the predefined configuration process during the sales transaction process.
  • Skip—Specifies to skip the configuration process during the quote creation process.
  • System—Specifies the system to determine whether the configuration process is required.

The default value is Skip.

Optional 63.0
configuration​Options Configuration Options Input Configuration options during the ingestion process. Optional 63.0