PUT POS/Tickets Try Now
Bulk 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 |
---|
Body Parameters
The request.
Name | Description | Type | Additional information |
---|---|---|---|
TicketIds |
The ticket ids.
|
Collection of string |
None.
|
Ticket |
The ticket.
|
TicketDetails |
None.
|
Request Formats
application/json, text/json
Sample:
{ "TicketIds": [ "" ], "Ticket": { "EventId": "", "VenueId": "", "Event": "", "EventDate": "2025-01-14T04:04", "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": "2025-01-14T04:04" }, "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.