PUT POS/Seats Try Now
Bulk update seats.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The items to update.
Collection of UpdateSeatRequest
| Name | Description | Type | Additional 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": "2025-09-26T07:10",
"Section": "",
"Row": "",
"Barcode": "",
"InHandDetails": {
"InHandStatus": "Any",
"InHandDays": 1,
"InHandDate": "2025-09-26T07:10"
},
"RemovePDF": true,
"Action": "None"
}
]
Response Information
Resource Description
An IHttpActionResult.
None.