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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Path Params
string
required

Pass event URL for which event's fees wants to calculate.

Body Params
RAW_BODY
object
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json