SapccApiGetProductInterestsRequest
Request parameters for getProductInterests operation in SapccApi. SapccApiGetProductInterestsRequest
interface SapccApiGetProductInterestsRequest {
readonly baseSiteId: string;
readonly currentPage?: string;
readonly fields?: string;
readonly needsTotal?: GetProductInterestsNeedsTotalEnum;
readonly notificationType?: string;
readonly pageSize?: string;
readonly productCode?: string;
readonly sort?: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier. {string} SapccApiGetProductInterests |
currentPage | Optional | string | Current result page. Default value is 0. {string} SapccApiGetProductInterests |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetProductInterests |
needsTotal | Optional | GetProductInterestsNeedsTotalEnum | Flag to indicate if the total number of results is needed or not. {'true' | 'false'} SapccApiGetProductInterests |
notificationType | Optional | string | Notification type. {string} SapccApiGetProductInterests |
pageSize | Optional | string | The number of results returned per page. {string} SapccApiGetProductInterests |
productCode | Optional | string | Product identifier. {string} SapccApiGetProductInterests |
sort | Optional | string | Sorting method applied to the return results. Default value is by name. {string} SapccApiGetProductInterests |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiGetProductInterests |