Order generation

User can use this api to reserve their ticket order for specified event.
User have to pass required details like number of tickets, ticket amount after fees calculation etc.
User have to pass their authentication key along with the other details for user authentication.
This api returns order id after successful reservation.

Here is the description of response attributes, which returns in the form of JSON.

AttributesDescription
orderIdIt returns unique integer value which returns after successful registration of order.

Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
4040200No Event could be found
4060046You can not purchase addons ticket without purchase event ticket.
4040503Order ticket count is zero.
4040507Number of selected seats must be same as number of tickets.
4040504Sorry, there are only "ticket_count" tickets available at this price.
4040506Ticket type id "ticket_type_id" is not valid for event.
Language
Authorization
Header
Click Try It! to start a request and see the response here!