Changelog
What's New⇑
- GET/v2/accountcoupons/{accountcouponid} Get the couponcode for the specified AccountCoupon
- PUT/v2/accountcoupons/{accountcouponid} redeem the AccountCoupon
- PATCH/v2/accountcoupons/{accountcouponid} redeem the AccountCoupon
- PATCH/v2/accountcoupons/{accountcouponid}/activation activate or deactivate the AccountCoupon
- GET/v2/accountcoupons/{accountcouponid}/code Get the couponcode for the specified AccountCoupon
What's Deprecated⇑
What's Changed⇑
- GET/coupons Get all coupons for the specified query params
Return Type
- Add activatable
- Add trigger
- Change redeemActions.actionType
- Change usageType
- POST/coupons Create a new coupon
Parameter
- Add body.activatable
- Add body.trigger
- Change body.redeemActions.actionType
- Change body.usageType
- GET/coupons/{couponId} Get coupon by id
Return Type
- Add activatable
- Add trigger
- Change redeemActions.actionType
- Change usageType
- PUT/coupons/{couponId} Update existing coupon
Parameter
- Add body.activatable
- Add body.trigger
- Change body.redeemActions.actionType
- Change body.usageType
- POST/coupons/{couponId}/images Upload an image for the specified coupon
Parameter
- Add file
- file change into not required Notes change into