Requires any of the roles: | Admin, TeamAdmin, MobileApp | Required permission: | Tickets.Add |
POST | /ownerTicketPrice/Search | Search for event ticket prices |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
OwnerId | body | int? | No | |
ksiOwnerid | body | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
TicketPrices | form | List<OwnerSeriesTicketPriceInfo> | No | |
StatusCode | form | int | No | |
Message | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ID | form | int | No | |
Price | form | decimal? | No | |
TicketTypeId | form | int? | No | |
SeriesId | form | int? | No | |
TicketTypeListOrder | form | int? | No | |
OwnerId | form | int? | No | |
isHidden | form | bool? | No | |
isActive | form | bool? | No | |
MaxTickets | form | int? | No | |
SeriesTicketName | form | string | No | |
SeriesPrice | form | decimal? | No | |
SeriesTicketIsActive | form | bool? | No | |
SeriesTicketColor | form | string | No | |
SeriesName | form | string | No | |
OwnerName | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /ownerTicketPrice/Search HTTP/1.1
Host: stubbur-autoupdates-live.smartnewapis.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
ownerId: 0,
ksiOwnerid: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { ticketPrices: [ { id: 0, price: 0, ticketTypeId: 0, seriesId: 0, ticketTypeListOrder: 0, ownerId: 0, isHidden: False, isActive: False, maxTickets: 0, seriesTicketName: String, seriesPrice: 0, seriesTicketIsActive: False, seriesTicketColor: String, seriesName: String, ownerName: String } ], statusCode: 0, message: String }