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

NameDescriptionTypeAdditional information

Body Parameters

The request.

NameDescriptionTypeAdditional 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": "2024-03-27T18:22",
    "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-03-27T18:22"
    },
    "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.