SapccApiGetComponentByIdRequest
Request parameters for getComponentById operation in SapccApi. SapccApiGetComponentByIdRequest
interface SapccApiGetComponentByIdRequest {
readonly baseSiteId: string;
readonly catalogCode?: string;
readonly categoryCode?: string;
readonly componentId: string;
readonly fields?: GetComponentByIdFieldsEnum;
readonly productCode?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetComponentById |
catalogCode | Optional | string | Catalog code {string} SapccApiGetComponentById |
categoryCode | Optional | string | Category code {string} SapccApiGetComponentById |
componentId | Required | string | Component identifier {string} SapccApiGetComponentById |
fields | Optional | GetComponentByIdFieldsEnum | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL. {'BASIC' | 'DEFAULT' | 'FULL'} SapccApiGetComponentById |
productCode | Optional | string | Product code {string} SapccApiGetComponentById |