TicketDetails
| Name | Description | Type | Additional information |
|---|---|---|---|
| SHEventId |
StubHub Event identifier.
|
long |
Optional - Only Required When Event Name Or EventId is not given.
|
| EventId |
Event identifier.
|
string |
Optional - Only Required When Event Name Or SHEventId is not given.
|
| VenueId |
Venue identifier.
|
string |
Optional - Only Required When Venue Name is not given.
|
| Event |
Event name.
|
string |
Optional - Only Required When Event Id is not given.
|
| EventDate |
Event date.
|
date |
Optional - If EventId is given.
|
| Venue |
Venue name.
|
string |
Optional - Only Required When Venue Id is not given.
|
| Section |
Section of the ticket.
|
string |
Required
Max length: 80
|
| Row |
Row of the ticket.
|
string |
Required
Max length: 80
|
| Quantity |
Number of Tickets
|
integer |
Required
|
| MaskedQuantity |
Masked quantity.
|
integer |
Optional
|
| DoNotWaste |
Value to indiacte DoNotWaste tickets.
|
boolean |
Optional
|
| Seating |
Seating.
|
Seating |
Required
|
| Stock |
Stock.
|
Stock |
Required
|
| SHDeliveryMethod |
StubHub delivery method.
|
DeliveryMethod |
Optional
|
| PredeliverToSH |
Set whether to Predeliver Tickets to StubHub or Not.
|
boolean |
Optional
|
| TicketSeats |
Seats.
|
Collection of TicketSeat |
Required
|
| TicketTraits |
The traits.
|
Collection of Traits |
Optional
|
| RestrictionOption |
The Restriction option. This is a CMA feature.
|
RestrictionOption |
Conditional - Required only for UK country events
|
| PublicNotes |
The notes.
|
string |
Max length: 255
Optional
|
| InternalNotes |
The internal notes.
|
string |
Max length: 255
Optional
|
| BrokerNotes |
The broker notes.
|
string |
Max length: 255
Optional
|
| ControlNotes |
The control notes.
|
string |
Max length: 255
Optional
|
| SplitOptions |
The split option.
|
SplitOptions |
Optional
|
| ConnectedStatus |
The connected status, specifies how the seller is connected to the Event. This is a CMA feature.
|
ConnectedStatus |
Conditional - Required only for UK country events
|
| InHandDetails |
InHand details.
|
InHandDetails |
Required
|
| DeliveryOption |
The delivery option.
|
DeliveryOption |
Optional
|
| ReferenceNumber |
The reference number.
|
string |
Max length: 255
Optional
|
| FacePrice |
The face price.
|
Money |
Required
|
| PurchasePrice |
The purchase price.
|
Money |
Required
|
| TaxedCost |
The taxed cost.
|
Money |
None.
|
| SellPrice |
The sell price.
|
Money |
Required
|
| Discount |
The discount.
|
decimal number |
Optional
|
| Overs |
The overs.
|
decimal number |
Optional
|
| Tax |
The tax amount.
|
decimal number |
Optional
|
| Tags |
The tags.
|
Collection of string |
Optional
|
| MinimumPayout |
The minimum payout.
|
decimal number |
Optional
|
| HideSeats |
The Hide Seats.
|
boolean |
Optional
|
| ZonePricing |
Gets or sets the zone pricing.
|
string |
Max length: 40
Optional
|
| IsFacePriceSameforSeats |
Is face price is same for seats.
|
boolean |
Optional
|
| Location |
The Location.
|
string |
Max length: 255
Optional
|