Referral Coupon Management
Was this helpful?
Was this helpful?
Retrieves the referral coupon of a given customer in the database.
When the existing customer shares the referral code with a potential customer, the referred customer can benefit from the discount in a form of a fixed monetary amount.
The endpoint was previously available under the /coupon/ReferralCouponCode/{customerId}
path.
Customer number (ID) of customer
The tenant that the caller is acting upon.
Please note that this value is always lowercase.
Creates a referral coupon code for a specific customer in the database. If the coupon code exists, returns it without creating a new coupon.
Note: There can only be one referral coupon generated per customer.
When the existing customer shares the referral code with a potential customer, the referred customer can benefit from the discount in a form of a fixed monetary amount.
The endpoint was previously available under the /coupon/ReferralCouponCode/{customerId}
path.
Customer number (ID) of customer
The tenant that the caller is acting upon.
Please note that this value is always lowercase.