Booking API
Get Ticket information
Get Ticket availability
related DTOGET /TicketAvailability/{ticketId}
Checks current availability of provided tickets
To get list of existing tickets, use some of Events service methods
Request
Variable | Requirement | Data type | Example | Additional information |
---|---|---|---|---|
TicketId |
required | Integer | 5884752 | unique ticket identifier |
Response
Name | Data type | Additional information |
---|---|---|
TicketId |
Integer | unique ticket identifier |
IsAvailable |
Boolean | if ticket is available |
{
"TicketId": 140774177,
"IsAvailable": true
}