PUT POS/Seats Try Now

Bulk update seats.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

The items to update.

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
Boolean value represents whether to remove pdf or not .
boolean
Optional
Action
Tthe action.
UpdateAction
Required

Request Formats

application/json, text/json

Sample:
[
  {
    "SeatId": "",
    "Seat": 1,
    "Event": "",
    "Venue": "",
    "EventDate": "2024-03-26T18:41",
    "Section": "",
    "Row": "",
    "Barcode": "",
    "InHandDetails": {
      "InHandStatus": "Any",
      "InHandDays": 1,
      "InHandDate": "2024-03-26T18:41"
    },
    "RemovePDF": true,
    "Action": "None"
  }
]

Response Information

Resource Description

An IHttpActionResult.

None.