Allows for the adding of ticket checkins for a particular ticket event.
For JSON requests, the request should look like the example below.
{ "tickets": [ { "ticket_id": 123, "checkin_quantity": 1 } ] }
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
ticket_event_id Required |
GET | ID of ticket event. | uint |
|
rsu_api_key |
GET | API key. | string |
|
X-RSU-API-SECRET |
HTTP Header | API secret. | string |
|
request |
POST | Request in proper format. | string |