WaitingListRequestItem

A waitinglistrequestitem is a single event and the requested tickets in a waitinglistrequest

Fields

FieldDescription
eventid
int 
(required)

The event for which there are tickets requested

Example value:1
tickets

The requested tickets for the event, identified by tickettypepriceid

Example value:[ { "tickettypepriceid": 123423 } ]

This type can have custom fields

Example

1{
2    "eventid": 1,
3    "tickets": [
4        {
5            "tickettypepriceid": 123423
6        }
7    ]
8}