PUT api/Ticket/GetTicketList
Request Information
URI Parameters
None.
Body Parameters
ApiTicketRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| EventId | integer |
None. |
|
| UserUniqueId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"EventId": 2,
"UserUniqueId": 3
}
application/xml, text/xml
Sample:
<ApiTicketRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <CustomerId>1</CustomerId> <EventId>2</EventId> <UserUniqueId>3</UserUniqueId> </ApiTicketRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TicketListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| List | Collection of ApiTicketResponse |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"List": [
{
"Id": 1,
"EventId": 2,
"Name": "sample string 3",
"Quantity": 4,
"TypeOfTicket": "sample string 5",
"Price": 6.0,
"Description": "sample string 7",
"SalesStartDate": "2026-01-14T17:45:44.3587665+00:00",
"SalesEndDate": "2026-01-14T17:45:44.3587665+00:00",
"TotalOrderAllowedMin": 1,
"TotalOrderAllowedMax": 1,
"Currency": "sample string 8",
"QuantityRemaining": 9,
"TicketEventMap": [
{
"EventId": 1,
"EventDateTime": "sample string 2",
"EventName": "sample string 3",
"EventDate": "2026-01-14T17:45:44.3587665+00:00",
"TotalTickets": 4,
"TicketId": 5
},
{
"EventId": 1,
"EventDateTime": "sample string 2",
"EventName": "sample string 3",
"EventDate": "2026-01-14T17:45:44.3587665+00:00",
"TotalTickets": 4,
"TicketId": 5
}
],
"SelectQuantity": 10,
"OriginalQuantityRemaining": 11,
"IsCombo": true,
"ShowRemainingTicket": true,
"SalesEndedMessage": "sample string 14"
},
{
"Id": 1,
"EventId": 2,
"Name": "sample string 3",
"Quantity": 4,
"TypeOfTicket": "sample string 5",
"Price": 6.0,
"Description": "sample string 7",
"SalesStartDate": "2026-01-14T17:45:44.3587665+00:00",
"SalesEndDate": "2026-01-14T17:45:44.3587665+00:00",
"TotalOrderAllowedMin": 1,
"TotalOrderAllowedMax": 1,
"Currency": "sample string 8",
"QuantityRemaining": 9,
"TicketEventMap": [
{
"EventId": 1,
"EventDateTime": "sample string 2",
"EventName": "sample string 3",
"EventDate": "2026-01-14T17:45:44.3587665+00:00",
"TotalTickets": 4,
"TicketId": 5
},
{
"EventId": 1,
"EventDateTime": "sample string 2",
"EventName": "sample string 3",
"EventDate": "2026-01-14T17:45:44.3587665+00:00",
"TotalTickets": 4,
"TicketId": 5
}
],
"SelectQuantity": 10,
"OriginalQuantityRemaining": 11,
"IsCombo": true,
"ShowRemainingTicket": true,
"SalesEndedMessage": "sample string 14"
}
],
"Message": "sample string 1"
}
application/xml, text/xml
Sample:
<TicketListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<List>
<ApiTicketResponse>
<Currency>sample string 8</Currency>
<Description>sample string 7</Description>
<EventId>2</EventId>
<Id>1</Id>
<IsCombo>true</IsCombo>
<Name>sample string 3</Name>
<OriginalQuantityRemaining>11</OriginalQuantityRemaining>
<Price>6</Price>
<Quantity>4</Quantity>
<QuantityRemaining>9</QuantityRemaining>
<SalesEndDate>2026-01-14T17:45:44.3587665+00:00</SalesEndDate>
<SalesEndedMessage>sample string 14</SalesEndedMessage>
<SalesStartDate>2026-01-14T17:45:44.3587665+00:00</SalesStartDate>
<SelectQuantity>10</SelectQuantity>
<ShowRemainingTicket>true</ShowRemainingTicket>
<TicketEventMap>
<TicketEventMap>
<EventDate>2026-01-14T17:45:44.3587665+00:00</EventDate>
<EventDateTime>sample string 2</EventDateTime>
<EventId>1</EventId>
<EventName>sample string 3</EventName>
<TicketId>5</TicketId>
<TotalTickets>4</TotalTickets>
</TicketEventMap>
<TicketEventMap>
<EventDate>2026-01-14T17:45:44.3587665+00:00</EventDate>
<EventDateTime>sample string 2</EventDateTime>
<EventId>1</EventId>
<EventName>sample string 3</EventName>
<TicketId>5</TicketId>
<TotalTickets>4</TotalTickets>
</TicketEventMap>
</TicketEventMap>
<TotalOrderAllowedMax>1</TotalOrderAllowedMax>
<TotalOrderAllowedMin>1</TotalOrderAllowedMin>
<TypeOfTicket>sample string 5</TypeOfTicket>
</ApiTicketResponse>
<ApiTicketResponse>
<Currency>sample string 8</Currency>
<Description>sample string 7</Description>
<EventId>2</EventId>
<Id>1</Id>
<IsCombo>true</IsCombo>
<Name>sample string 3</Name>
<OriginalQuantityRemaining>11</OriginalQuantityRemaining>
<Price>6</Price>
<Quantity>4</Quantity>
<QuantityRemaining>9</QuantityRemaining>
<SalesEndDate>2026-01-14T17:45:44.3587665+00:00</SalesEndDate>
<SalesEndedMessage>sample string 14</SalesEndedMessage>
<SalesStartDate>2026-01-14T17:45:44.3587665+00:00</SalesStartDate>
<SelectQuantity>10</SelectQuantity>
<ShowRemainingTicket>true</ShowRemainingTicket>
<TicketEventMap>
<TicketEventMap>
<EventDate>2026-01-14T17:45:44.3587665+00:00</EventDate>
<EventDateTime>sample string 2</EventDateTime>
<EventId>1</EventId>
<EventName>sample string 3</EventName>
<TicketId>5</TicketId>
<TotalTickets>4</TotalTickets>
</TicketEventMap>
<TicketEventMap>
<EventDate>2026-01-14T17:45:44.3587665+00:00</EventDate>
<EventDateTime>sample string 2</EventDateTime>
<EventId>1</EventId>
<EventName>sample string 3</EventName>
<TicketId>5</TicketId>
<TotalTickets>4</TotalTickets>
</TicketEventMap>
</TicketEventMap>
<TotalOrderAllowedMax>1</TotalOrderAllowedMax>
<TotalOrderAllowedMin>1</TotalOrderAllowedMin>
<TypeOfTicket>sample string 5</TypeOfTicket>
</ApiTicketResponse>
</List>
<Message>sample string 1</Message>
</TicketListResponse>