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 |
|---|---|---|---|---|
| configurationMethod | String | Configuration method for the place sales transaction request. Valid
values are:
The default value is Skip. |
Optional | 63.0 |
| configurationOptions | Configuration Options Input | Configuration options during the ingestion process. | Optional | 63.0 |