SapccApiGetProductConfigurationRequest
Request parameters for getProductConfiguration operation in SapccApi. SapccApiGetProductConfigurationRequest
interface SapccApiGetProductConfigurationRequest {
readonly baseSiteId: string;
readonly configId: string;
readonly expMode?: boolean;
readonly groupId?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetProductConfiguration |
configId | Required | string | Configuration identifier. {string} SapccApiGetProductConfiguration |
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} SapccApiGetProductConfiguration |
groupId | Optional | string | If the parameter is provided, only the attributes of the requested group are returned. If the parameter is not provided, attributes for all groups are returned. {string} SapccApiGetProductConfiguration |