post https://api.accelevents.com/rest/events//ticketing/order
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.
Attributes | Description |
---|---|
orderId | It 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 Code | Error Description |
---|---|
4040200 | No Event could be found |
4060046 | You can not purchase addons ticket without purchase event ticket. |
4040503 | Order ticket count is zero. |
4040507 | Number of selected seats must be same as number of tickets. |
4040504 | Sorry, there are only "ticket_count" tickets available at this price. |
4040506 | Ticket type id "ticket_type_id" is not valid for event. |