get https://api.accelevents.com/rest/events//staff/checkin/barcode//checkin/
This API is used for checkin event using barcode of the purchased ticket. It will take eventurl, barcode and checkin flag as path parameters
Here is the description of response attributes, which returns to the form of JSON.
Attributes | Description |
---|---|
bundleTypeTable | This field returns boolean value for bundle type table , sponsor ,block. |
paid | This field returns boolean value whether ticket is paid or not. |
responseMessage | This field returns the response message. |
seatNumber | This field returns the seat number. |
status | This field return the status. |
table | This field returns the bundle type. |
ticketHolderName | This field returns the ticket holder name. |
ticketId | This field returns the ticket id. |
ticketingType | This field returns the ticketing type. |
Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
200 | Returns all ticket checkin details. |
400 | The request could not be understood by the server due to malformed syntax. |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
40600013 | Can't create URL / URL not supported |
4040200 | Event not Found |
4060408 | Checked-in failed. Ticket was refunded. |
4060406 | Check-in failed. Ticket already used. |
4068011 | This ticket only grants access to the virtual event |
4060405 | Barcode not exist |
4010101 | Not authorized |
4060407 | Ticket already have book status |
4030101 | Not Staff User |