| Requires any of the roles: | Admin, TeamAdmin | Required permission: | Tickets.Add |
| GET | /EventOwnerTicketTypeConnection/{Id} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Item | form | EventOwnerTicketTypeConnection | No | |
| StatusCode | form | int | No | |
| Message | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ID | form | int | No | |
| EventSeatingSectionId | form | int | No | |
| OwnerTicketTypeId | form | int | No | |
| MaxTickets | form | int | No | |
| EventId | 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.
GET /EventOwnerTicketTypeConnection/{Id} HTTP/1.1
Host: stubbur-app.azurewebsites.net
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"item":{"id":0,"eventSeatingSectionId":0,"ownerTicketTypeId":0,"maxTickets":0,"eventId":0},"statusCode":0,"message":"String"}