v11
latestOpenAPI 3.1.12026-08-03174162.0 MBAdmissions
Create an admission quote
post/events/{eventId}/admissions/quote
Path parameters
eventIdstring required
Identifier of the event to which this admission type is linked
Example:evt_01jps5cgsenjrazw6wswmyspa3
Request body
Example request
{
"base": 1000,
"currency": "AUD",
"override": {
"booking": 7.5
}
}Response
OK
Example response
{
"quote": {
"eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
"message": "7.5% of the ticket price or $2 AUD, whichever is higher",
"price": {
"base": 1000,
"booking": 200,
"currency": "AUD"
}
}
}