PUT POS/v3.1/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.
|
Quantity |
The quantity.
|
integer |
None.
|
LowSeat |
The Low Seat.
|
integer |
None.
|
MaskedQuantity |
The masked quantity.
|
integer |
None.
|
RestrictionOption |
Restriction option
|
RestrictionOption |
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.
|
ConnectedStatus |
The connected status.
|
ConnectedStatus |
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.
|
FacePrice |
The Face price.
|
Money |
None.
|
IsFacePriceSameforSeats |
Is face price is same for seats, if yes then ticket level face price will be applied to seats else seat level face price will be considered.
|
boolean |
None.
|
TicketSeats |
The seats.
|
Collection of TicketSeat |
None.
|
Request Formats
application/json, text/json
Sample:
{ "EventId": "", "VenueId": "", "Event": "", "EventDate": "2025-01-07T10:09", "Venue": "", "Section": "", "Row": "", "Stock": "Any", "Quantity": 1, "LowSeat": 1, "MaskedQuantity": 1, "RestrictionOption": "None", "TicketTraits": { "Action": "Overwrite", "Traits": [ { "StubHubTraitId": 1, "Description": "", "Seat": 3 } ] }, "Broadcasting": { "BroadcastTo": "Default", "Zones": [ { "ZoneCode": "Any", "Broadcast": true } ] }, "PublicNotes": "", "InternalNotes": "", "BrokerNotes": "", "ControlNotes": "", "ConnectedStatus": "Any", "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": "2025-01-07T10:09" }, "Seating": "Any", "DoNotWaste": true, "SHDeliveryMethod": "None", "PredeliverToSH": true, "SHEventId": 1, "TagDetails": { "Action": "Overwrite", "Tags": [ "" ] }, "HideSeats": true, "RemoveAllTags": true, "ZonePricing": "", "Location": "", "FacePrice": { "Currency": "", "Amount": 1.0 }, "IsFacePriceSameforSeats": true, "TicketSeats": [ { "Seat": 1, "FacePrice": { "Currency": "", "Amount": 1.0 }, "UniqueTicketNumber": "" } ] }
Response Information
Resource Description
None.