Alokai

SapccApiDoUnsubscribeFromCustomerCouponRequest

Request parameters for doUnsubscribeFromCustomerCoupon operation in SapccApi. SapccApiDoUnsubscribeFromCustomerCouponRequest

interface SapccApiDoUnsubscribeFromCustomerCouponRequest {
	readonly baseSiteId: string;
	readonly couponCode: string;
	readonly userId: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiDoUnsubscribeFromCustomerCoupon
couponCodeRequiredstringCoupon code. A valid coupon code can be used to get a discount. {string} SapccApiDoUnsubscribeFromCustomerCoupon
userIdRequiredstringUser identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiDoUnsubscribeFromCustomerCoupon

On this page