| Requires any of the roles: | Admin, TeamAdmin, MobileApp, Admin, TeamAdmin, MobileApp, Admin, TeamAdmin, MobileApp | Required permissions: | Tickets.Add, Tickets.Add, Tickets.Add |
| GET PUT POST | /ownerTicketPrice | Change Tickets prices for Owner in Series | Id only when changing (PUT) |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | body | int | No | |
| TicketId | body | int? | No | |
| EventOwnerId | body | int | No | |
| SeriesId | body | int | No | |
| DefaultPrice | body | decimal | No | |
| Hide | body | bool | No | |
| Active | body | bool | No | |
| MaxTickets | body | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TicketPrice | form | EventSeriesOwnerTicketPrice | No | |
| StatusCode | form | int | No | |
| Message | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ID | form | int | No | |
| OwnerId | form | int | No | |
| DefaultPrice | form | decimal | No | |
| TicketTypeId | form | int? | No | |
| SeriesId | form | int? | No | |
| TicketTypeListOrder | form | int | No | |
| IsHidden | form | bool? | No | |
| IsActive | form | bool? | No | |
| MaxTickets | form | int? | No | |
| Currency | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /ownerTicketPrice HTTP/1.1
Host: stubbur-app.azurewebsites.net
Accept: application/json
Content-Type: application/json
Content-Length: length
{"id":0,"ticketId":0,"eventOwnerId":0,"seriesId":0,"defaultPrice":0,"hide":false,"active":false,"maxTickets":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ticketPrice":{"id":0,"ownerId":0,"defaultPrice":0,"ticketTypeId":0,"seriesId":0,"ticketTypeListOrder":0,"isHidden":false,"isActive":false,"maxTickets":0,"currency":"String"},"statusCode":0,"message":"String"}