SapccApiGetDefaultProductConfigurationRequest
Request parameters for getDefaultProductConfiguration operation in SapccApi. SapccApiGetDefaultProductConfigurationRequest
interface SapccApiGetDefaultProductConfigurationRequest {
readonly baseSiteId: string;
readonly configIdTemplate?: string;
readonly expMode?: boolean;
readonly forceReset?: boolean;
readonly productCode: string;
readonly provideAllAttributes?: boolean;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetDefaultProductConfiguration |
configIdTemplate | Optional | string | If this parameter is provided, the template configuration values will be applied to the default configuration {string} SapccApiGetDefaultProductConfiguration |
expMode | Optional | boolean | If this parameter is provided and its value is true, the system tries to execute the request in expert mode (only possible if the current user belongs to group 'sapproductconfigexpmodegroup' {boolean} SapccApiGetDefaultProductConfiguration |
forceReset | Optional | boolean | If this parameter is provided and its value is true, the system will force the creation of a new configuration independent of an existing configuration {boolean} SapccApiGetDefaultProductConfiguration |
productCode | Required | string | Product code {string} SapccApiGetDefaultProductConfiguration |
provideAllAttributes | Optional | boolean | If this parameter is provided and its value is true, attributes for all groups are returned. Otherwise, attributes only for the first group are considered. {boolean} SapccApiGetDefaultProductConfiguration |