PUT POS/Tickets/{ticketGroupId} Try Now
Update ticket operation is non atomic operation. All succesfull tickets will be updated and all errors with its index and error messages will be returned in the response.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ticketGroupId |
The Ticket Group Id
|
string |
Required
|
Body Parameters
The request.
Name | Description | Type | Additional information |
---|---|---|---|
EventId |
The event identifier.
|
string |
None.
|
VenueId |
The venue identifier.
|
string |
None.
|
Event |
The event.
|
string |
None.
|
EventDate |
The event date.
|
date |
None.
|
Venue |
The venue.
|
string |
None.
|
Section |
The section.
|
string |
Max length: 80
|
Row |
The row.
|
string |
Max length: 80
|
Stock |
The stock.
|
Stock |
None.
|
MaskedQuantity |
The masked quantity.
|
integer |
None.
|
TicketTraits |
The ticket traits.
|
TicketTraitDetails |
None.
|
Broadcasting |
The broadcasting details.
|
BroadcastDetails |
None.
|
PublicNotes |
The public notes.
|
string |
None.
|
InternalNotes |
The internal notes.
|
string |
None.
|
BrokerNotes |
The broker notes.
|
string |
None.
|
ControlNotes |
The control notes.
|
string |
None.
|
SplitOptions |
The split option.
|
SplitOptions |
None.
|
DeliveryOption |
The delivery option.
|
DeliveryOption |
None.
|
Pricing |
Sell Price
|
Pricing |
None.
|
InHandDetails |
The in hand details.
|
InHandDetails |
None.
|
Seating |
The seating details.
|
Seating |
None.
|
DoNotWaste |
An indicator to not waste tickets.
|
boolean |
None.
|
SHDeliveryMethod |
The DeliveryMethod.
|
DeliveryMethod |
None.
|
PredeliverToSH |
Set whether to Predeliver Tickets to StubHub or Not.
|
boolean |
None.
|
SHEventId |
The StubHub Event ID.
|
integer |
None.
|
TagDetails |
The tag details.
|
TagDetails |
None.
|
HideSeats | boolean |
None.
|
|
RemoveAllTags |
Gets or sets a value indicating whether [remove tags].
|
boolean |
None.
|
ZonePricing |
Gets or sets the zone pricing.
|
string |
None.
|
Location |
Gets or sets the Location.
|
string |
None.
|
Request Formats
application/json, text/json
Sample:
{ "EventId": "", "VenueId": "", "Event": "", "EventDate": "2024-11-27T22:27", "Venue": "", "Section": "", "Row": "", "Stock": "Any", "MaskedQuantity": 1, "TicketTraits": { "Action": "Overwrite", "Traits": [ { "StubHubTraitId": 1, "Description": "", "Seat": 3 } ] }, "Broadcasting": { "BroadcastTo": "Default", "Zones": [ { "ZoneCode": "Any", "Broadcast": true } ] }, "PublicNotes": "", "InternalNotes": "", "BrokerNotes": "", "ControlNotes": "", "SplitOptions": { "SplitOption": "None", "Splits": 1, "OverrideSplitOption": true }, "DeliveryOption": "Any", "Pricing": { "Action": "New", "SellPrice": { "Currency": "", "Amount": 1.0 }, "Operation": "Amount", "MarkupValue": 1.0 }, "InHandDetails": { "InHandStatus": "Any", "InHandDays": 1, "InHandDate": "2024-11-27T22:27" }, "Seating": "Any", "DoNotWaste": true, "SHDeliveryMethod": "None", "PredeliverToSH": true, "SHEventId": 1, "TagDetails": { "Action": "Overwrite", "Tags": [ "" ] }, "HideSeats": true, "RemoveAllTags": true, "ZonePricing": "", "Location": "" }
Response Information
Resource Description
None.