cURL
curl --request POST \ --url https://channels-service-alpha.fourvenues.com/discount-codes/bookings/validate/{code} \ --header 'X-Api-Key: <api-key>'
{ "data": [ { "_id": "abc123discount", "organizationId": "org123456789", "eventId": "event987654321", "code": "WELCOME2025", "fixedAmount": 5, "percentage": 20, "minAmount": 30, "minUnits": 2, "maxUnits": 10, "maxRedeems": 1, "maxSales": 50 } ], "success": true }
Validate booking discount code
The code of the discount
Event id the discount code belongs to
Rate id the discount is being applied to
Quantity of people the booking is for
OK
Show child attributes