| Requires any of the roles: | Admin, TeamAdmin, MobileApp | Required permission: | Tickets.Add |
| POST | /ownerSeatingSections/Search | Search for event ticket prices |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| OwnerId | body | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SeatingSection | form | EventSeriesOwnerSeatingSection | No | |
| StatusCode | form | int | No | |
| Message | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ID | form | int | No | |
| Name | form | string | No | |
| SeriesId | form | int? | No | |
| OwnerId | form | int | No | |
| LocationId | form | int? | No | |
| IsActive | form | bool | No | |
| MaxTickets | form | int | No | |
| TimestampCreated | form | DateTime? | No | |
| HasRows | form | bool | No | |
| HasSeats | form | bool | No | |
| RowsAreAlphabetical | form | bool? | No | |
| SeatsAreAlphabetical | form | bool? | No | |
| SeatStart | form | string | No | |
| RowStart | form | string | No | |
| SeatSkips | form | int? | No | |
| RowSkips | form | int? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /ownerSeatingSections/Search HTTP/1.1
Host: stubbur-app.azurewebsites.net
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"ownerId":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"seatingSection":{"id":0,"name":"String","seriesId":0,"ownerId":0,"locationId":0,"isActive":false,"maxTickets":0,"timestampCreated":"0001-01-01T00:00:00.0000000","hasRows":false,"hasSeats":false,"rowsAreAlphabetical":false,"seatsAreAlphabetical":false,"seatStart":"String","rowStart":"String","seatSkips":0,"rowSkips":0},"statusCode":0,"message":"String"}