PUT POS/v3.1/Tickets/BulkUpdate 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
None.
Body Parameters
Array of Update Ticket Request.
Collection of UpdateTicketRequest
| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketGroupId |
Ticket Group Id
|
string |
None.
|
| TicketDetails |
Ticket Information to Update
|
TicketDetails |
None.
|
Request Formats
application/json, text/json
Sample:
[
{
"TicketGroupId": "",
"TicketDetails": {
"EventId": "",
"VenueId": "",
"Event": "",
"EventDate": "2025-10-29T22:31",
"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-10-29T22:31"
},
"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
| Name | Description | Type | Additional information |
|---|---|---|---|
| Successful | Collection of TicketGroup |
None.
|
|
| Status | BulkActionStatus |
None.
|
|
| Errors | Collection of TicketGroup |
None.
|
Response Formats
application/json, text/json
Sample:
{
"Successful": [
{
"TicketGroupId": "",
"TicketNumber": 2,
"TicketNumberString": "",
"TicketStatus": "Any",
"ZoneBroadcastData": [
{
"ZoneCode": "Any",
"Broadcast": true
}
],
"TicketType": "Any",
"IsMultiPOTicket": true,
"IsPiggyBack": true,
"PiggybackId": "",
"Event": "",
"EventId": "",
"Venue": "",
"VenueId": "",
"EventDate": "2025-10-29T22:31",
"Section": "",
"Row": "",
"Quantity": 14,
"MaskedQuantity": 15,
"Seating": "Any",
"LowSeat": 16,
"HighSeat": 17,
"HideSeats": true,
"Stock": "Any",
"DoNotWaste": false,
"SplitOptions": {
"SplitOption": "None",
"Splits": 1,
"OverrideSplitOption": true
},
"DeliveryOption": "Any",
"SHDeliveryMethod": "None",
"PredeliverToSH": true,
"PDFStatus": "Any",
"BarcodeStatus": "Any",
"InHandDetails": {
"InHandStatus": "Any",
"InHandDays": 1,
"InHandDate": "2025-10-29T22:31"
},
"PurchasePrice": {
"Currency": "",
"Amount": 1.0
},
"PurchasePriceBase": {
"Currency": "",
"Amount": 1.0
},
"FacePrice": {
"Currency": "",
"Amount": 1.0
},
"SellPrice": {
"Currency": "",
"Amount": 1.0
},
"OriginalSellPrice": {
"Currency": "",
"Amount": 1.0
},
"SellPriceBase": 20.0,
"SHPrice": {
"Currency": "",
"Amount": 1.0
},
"ControlNotes": "",
"BrokerNotes": "",
"InternalNotes": "",
"PublicNotes": "",
"Location": "",
"ZonePricing": "",
"HasTags": true,
"Version": 28,
"EventStatus": "Any",
"PerformerId": "",
"CategoryType": "Any",
"TicketSeats": null,
"TicketTraits": [
{
"TicketTraitId": "",
"StubHubTraitId": 2,
"TicketGroupId": "",
"Description": "",
"Seat": 5
}
],
"RestrictionOption": "None",
"Tags": [
""
],
"EventMetaData": {
"IsBarcode": true,
"IsStubHubInHandDate": true,
"IsEticketAllowed": true,
"CurrencyCode": "",
"StubHubInHandDate": "2025-10-29T22:31",
"Performer": ""
},
"MetaData": {
"IsFaceValueRequired": true,
"IsConnectedStatusRequired": true,
"IsSeatUTNSupported": true,
"IsSeatFaceValueRequired": true,
"AreRestrictionsRequired": true,
"IsSeatHidingProhibited": true,
"IsSpecAllowed": true
},
"ConnectedStatus": "Any",
"IsFacePriceSameforSeats": true,
"DateAdded": "2025-10-29T22:31"
}
],
"Status": "Success",
"Errors": [
{
"ErrorMessage": "",
"Item": {
"TicketGroupId": "",
"TicketNumber": 2,
"TicketNumberString": "",
"TicketStatus": "Any",
"ZoneBroadcastData": [
{
"ZoneCode": "Any",
"Broadcast": true
}
],
"TicketType": "Any",
"IsMultiPOTicket": true,
"IsPiggyBack": true,
"PiggybackId": "",
"Event": "",
"EventId": "",
"Venue": "",
"VenueId": "",
"EventDate": "2025-10-29T22:31",
"Section": "",
"Row": "",
"Quantity": 14,
"MaskedQuantity": 15,
"Seating": "Any",
"LowSeat": 16,
"HighSeat": 17,
"HideSeats": true,
"Stock": "Any",
"DoNotWaste": false,
"SplitOptions": {
"SplitOption": "None",
"Splits": 1,
"OverrideSplitOption": true
},
"DeliveryOption": "Any",
"SHDeliveryMethod": "None",
"PredeliverToSH": true,
"PDFStatus": "Any",
"BarcodeStatus": "Any",
"InHandDetails": {
"InHandStatus": "Any",
"InHandDays": 1,
"InHandDate": "2025-10-29T22:31"
},
"PurchasePrice": {
"Currency": "",
"Amount": 1.0
},
"PurchasePriceBase": {
"Currency": "",
"Amount": 1.0
},
"FacePrice": {
"Currency": "",
"Amount": 1.0
},
"SellPrice": {
"Currency": "",
"Amount": 1.0
},
"OriginalSellPrice": {
"Currency": "",
"Amount": 1.0
},
"SellPriceBase": 20.0,
"SHPrice": {
"Currency": "",
"Amount": 1.0
},
"ControlNotes": "",
"BrokerNotes": "",
"InternalNotes": "",
"PublicNotes": "",
"Location": "",
"ZonePricing": "",
"HasTags": true,
"Version": 28,
"EventStatus": "Any",
"PerformerId": "",
"CategoryType": "Any",
"TicketSeats": null,
"TicketTraits": [
{
"TicketTraitId": "",
"StubHubTraitId": 2,
"TicketGroupId": "",
"Description": "",
"Seat": 5
}
],
"RestrictionOption": "None",
"Tags": [
""
],
"EventMetaData": {
"IsBarcode": true,
"IsStubHubInHandDate": true,
"IsEticketAllowed": true,
"CurrencyCode": "",
"StubHubInHandDate": "2025-10-29T22:31",
"Performer": ""
},
"MetaData": {
"IsFaceValueRequired": true,
"IsConnectedStatusRequired": true,
"IsSeatUTNSupported": true,
"IsSeatFaceValueRequired": true,
"AreRestrictionsRequired": true,
"IsSeatHidingProhibited": true,
"IsSpecAllowed": true
},
"ConnectedStatus": "Any",
"IsFacePriceSameforSeats": true,
"DateAdded": "2025-10-29T22:31"
}
}
]
}