SapccApiRemoveProductInterestRequest
Request parameters for removeProductInterest operation in SapccApi. SapccApiRemoveProductInterestRequest
interface SapccApiRemoveProductInterestRequest {
readonly baseSiteId: string;
readonly notificationType: string;
readonly productCode: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiRemoveProductInterest |
notificationType | Required | string | Notification type. {string} SapccApiRemoveProductInterest |
productCode | Required | string | Product identifier. {string} SapccApiRemoveProductInterest |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiRemoveProductInterest |