PUT POS/v3.1/Seats Try Now

Updates the seats.

Request Information

URI Parameters

None.

Body Parameters

The Update seat request.

Collection of UpdateSeatRequest
NameDescriptionTypeAdditional information
SeatId
The identifier of the seat.
string
Required
Seat
The seat.
integer
Optional
Event
The event.
string
Optional
Venue
The venue.
string
Optional
EventDate
The event date.
date
Optional
Section
The section.
string
Optional
Row
The row.
string
Optional
Barcode
The barcode.
string
Optional
InHandDetails
the in hand details.
InHandDetails
Optional
RemovePDF
Remove PDF.
boolean
Optional
Action
Tthe action.
UpdateAction
Required
ValidateBarcode
Value indicating whether to validate barcode.
boolean
Optional

Request Formats

application/json, text/json

Sample:
[
  {
    "SeatId": "",
    "Seat": 1,
    "Event": "",
    "Venue": "",
    "EventDate": "2024-04-25T04:33",
    "Section": "",
    "Row": "",
    "Barcode": "",
    "InHandDetails": {
      "InHandStatus": "Any",
      "InHandDays": 1,
      "InHandDate": "2024-04-25T04:33"
    },
    "RemovePDF": true,
    "Action": "None",
    "ValidateBarcode": true
  }
]

Response Information

Resource Description

Collection of UpdateSeatsResponse
NameDescriptionTypeAdditional information
Item
The Ticket Seat Details
TicketSeat
None.
WarningMessage
The Warning Message
string
None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Item": {
      "SeatId": "",
      "TicketGroupId": "",
      "SubscriberId": "",
      "PurchaseOrderId": "",
      "PurchaseOrderItemId": "",
      "Seat": 6,
      "OldSeat": 7,
      "SeatStatus": "Any",
      "Barcode": "",
      "PDFStatus": "Any",
      "InHandStatus": "Any",
      "InHandDate": "2024-04-25T04:33",
      "PurchasePrice": {
        "Currency": "",
        "Amount": 1.0
      },
      "TaxedCost": {
        "Currency": "",
        "Amount": 1.0
      },
      "MinPayout": {
        "Currency": "",
        "Amount": 1.0
      },
      "PurchasePriceBase": {
        "Currency": "",
        "Amount": 1.0
      },
      "PurchasePriceUSD": {
        "Currency": "",
        "Amount": 1.0
      },
      "SellPrice": {
        "Currency": "",
        "Amount": 1.0
      },
      "SellPriceBase": {
        "Currency": "",
        "Amount": 1.0
      },
      "SellPriceUSD": {
        "Currency": "",
        "Amount": 1.0
      },
      "FacePrice": {
        "Currency": "",
        "Amount": 1.0
      },
      "InitialSellPrice": {
        "Currency": "",
        "Amount": 1.0
      },
      "ContentType": "",
      "FileSize": 11,
      "DatePDFAdded": "2024-04-25T04:33",
      "DatePDFUpdated": "2024-04-25T04:33",
      "BarcodeStatus": "Any",
      "CreatedBy": "",
      "DateAdded": "2024-04-25T04:33",
      "UpdatedBy": "",
      "DateUpdated": "2024-04-25T04:33",
      "ReferenceNumber": 18,
      "UniqueTicketNumber": "",
      "AccountNumber": "",
      "AccountId": "",
      "AliasName": "",
      "InventoryType": "Any",
      "DisableSeatIdGenLogic": true,
      "PDFReferenceId": 24,
      "BarcodeReferenceId": 25,
      "IsBarcodeChanged": true
    },
    "WarningMessage": ""
  }
]