Coupons are codes that get price discounts on tickets.
The information returned is basic contact information and metadata required to make a sale. It's recommended that you expand this data with images and content write-ups of your own that uniquely promotes the product through your distribution channel.
TicketingHub makes a point of not taking too much metadata that might tie it down to a specific type of product.
Use this endpoint to attempt to find a discount coupon by its code. This can be applied to a booking to receive a further discount on the price of the tickets.
Field | Description |
---|---|
code | The code given to the coupon, which the customer will have entered. |
valid_from | The first date when this coupon becomes valid. |
expires_on | The date this coupon expires. |
adjustment | The price adjustment this will make |
limit |
Note the valid_from
and expires_on
dates affect the date when the coupon can be used, not when the booking can be booked for.
The API will return a 404 Not Found
error if the coupon code does not exist in the system.