SapccApiSearchComponentsByIdsRequest
Request parameters for searchComponentsByIds operation in SapccApi. SapccApiSearchComponentsByIdsRequest
interface SapccApiSearchComponentsByIdsRequest {
readonly baseSiteId: string;
readonly catalogCode?: string;
readonly categoryCode?: string;
readonly componentIDList: ComponentIDList;
readonly currentPage?: number;
readonly fields?: SearchComponentsByIdsFieldsEnum;
readonly pageSize?: number;
readonly productCode?: string;
readonly sort?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiSearchComponentsByIds |
catalogCode | Optional | string | Catalog code {string} SapccApiSearchComponentsByIds |
categoryCode | Optional | string | Category code {string} SapccApiSearchComponentsByIds |
componentIDList | Required | ComponentIDList | {ComponentIDList} SapccApiSearchComponentsByIds |
currentPage | Optional | number | Current result page. Default value is 0. {number} SapccApiSearchComponentsByIds |
fields | Optional | SearchComponentsByIdsFieldsEnum | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL. {'BASIC' | 'DEFAULT' | 'FULL'} SapccApiSearchComponentsByIds |
pageSize | Optional | number | Number of results returned per page. Default value: 10. {number} SapccApiSearchComponentsByIds |
productCode | Optional | string | Product code {string} SapccApiSearchComponentsByIds |
sort | Optional | string | Sorting method applied to the return results. {string} SapccApiSearchComponentsByIds |