check

APIDescription
POST coupon_services/check

Checks validity of specified coupon code and product area. Supported product areas: "Tickets", "TimedTickets", "Memberships". The response will include a list of effects the coupon can apply, a flag indicating whether coupon applications are limited and the maximum applications remaining if true. Each coupon effect will identify the product area and product code it applies to, coupon validity, expiry dates and effect type. Effect Types: "DiscountPercent" - Reduce price by percentage indicated in 'Amount' field, "DiscountAmount" - Reduce price by 'Amount' specified, "PriceOverride" - Replace listed price with 'Amount' specified and reveal product if hidden. If the coupon is not valid a reason will be included in the response. On the redemption of a coupon, the code should be included in the CouponCode field of every Ticket/Item object that the coupon has been applied to. Requires: HTTPS, Basic Auth (Ticket Services or Member Services area)