latestOpenAPI 3.1.12026-08-108026304.2 KB
7b222e8ec91c
Vouchers
Create a voucher and its voucher codes
Creates a new voucher and the associated voucher codes, if given.
post/v1/vouchers
Response
Successfully created a new voucher
Example response
{
"object": "voucher",
"id": "vo_123",
"available_codes": 7,
"event_series_ids": [
"es_123",
"es_234",
"es_345"
],
"interval": null,
"expiry": {
"date": "2020-05-01",
"formatted": "Fri 1 May 2020 10:30 PM",
"iso": "2020-05-01T22:30:00+01:00",
"time": "22:30",
"timezone": "+01:00",
"unix": 1588368600
},
"name": "Test Voucher",
"partial_redemption": "true",
"total_codes": 25,
"type": "PROMO",
"usable_on_any_event": "true",
"value": 540
}