Configurator Preference Input

Input representation of the configuration preference for the place sales transaction request.
JSON example
{
  "configurationPref": {
    "configurationMethod": "Skip",
    "configurationOptions": {
      "validateProductCatalog": true,
      "validateAmendRenewCancel": true,
      "executeConfigurationRules": true,
      "addDefaultConfiguration": true
    }
  }
}
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