GET api/Show/{showGuid}/ValidTickets
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showGuid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TicketName | Description | Type | Additional information |
---|---|---|---|
RowGuid | globally unique identifier |
None. |
|
Show | Show |
None. |
|
OrderDate | date |
None. |
|
Price | decimal number |
None. |
|
Seat | Seat |
None. |
|
Paid | boolean |
None. |
|
ControlCode | string |
None. |
|
IsScanned | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "RowGuid": "050d600e-0408-4a8b-ad3a-93087860107a", "Show": { "RowGuid": "63b76a11-b099-4426-98ab-738d71805afe", "SeatPlanLocationName": "sample string 2", "ShowDateOffset": "2024-11-21T10:35:13.3500193+01:00", "ProductionName": "sample string 4", "SeatCount": 5, "DefaultReservationCostsEnabled": true, "IsOpenHouse": true, "HasPromotions": true, "PriceList": [ { "RowGuid": "8e55e79b-19d1-402d-947d-19cf4a390167", "SeatGroup": { "RowGuid": "a8bfff07-790a-47d5-81d9-835099151568", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "862bd002-59f5-43af-b19e-23b23335363c", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 }, { "RowGuid": "8e55e79b-19d1-402d-947d-19cf4a390167", "SeatGroup": { "RowGuid": "a8bfff07-790a-47d5-81d9-835099151568", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "862bd002-59f5-43af-b19e-23b23335363c", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 } ], "ProductionImageUri": "http://webapihelppage9.com" }, "OrderDate": "2024-11-21T10:35:13.3500193+01:00", "Price": 3.0, "Seat": { "RowGuid": "ce078cf9-decf-4a2d-9c8f-43cb1df56b0f", "DisplayName": "sample string 2", "PriceListItem": { "RowGuid": "8e55e79b-19d1-402d-947d-19cf4a390167", "SeatGroup": { "RowGuid": "a8bfff07-790a-47d5-81d9-835099151568", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "862bd002-59f5-43af-b19e-23b23335363c", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 } }, "Paid": true, "ControlCode": "sample string 5", "IsScanned": true }, { "RowGuid": "050d600e-0408-4a8b-ad3a-93087860107a", "Show": { "RowGuid": "63b76a11-b099-4426-98ab-738d71805afe", "SeatPlanLocationName": "sample string 2", "ShowDateOffset": "2024-11-21T10:35:13.3500193+01:00", "ProductionName": "sample string 4", "SeatCount": 5, "DefaultReservationCostsEnabled": true, "IsOpenHouse": true, "HasPromotions": true, "PriceList": [ { "RowGuid": "8e55e79b-19d1-402d-947d-19cf4a390167", "SeatGroup": { "RowGuid": "a8bfff07-790a-47d5-81d9-835099151568", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "862bd002-59f5-43af-b19e-23b23335363c", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 }, { "RowGuid": "8e55e79b-19d1-402d-947d-19cf4a390167", "SeatGroup": { "RowGuid": "a8bfff07-790a-47d5-81d9-835099151568", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "862bd002-59f5-43af-b19e-23b23335363c", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 } ], "ProductionImageUri": "http://webapihelppage9.com" }, "OrderDate": "2024-11-21T10:35:13.3500193+01:00", "Price": 3.0, "Seat": { "RowGuid": "ce078cf9-decf-4a2d-9c8f-43cb1df56b0f", "DisplayName": "sample string 2", "PriceListItem": { "RowGuid": "8e55e79b-19d1-402d-947d-19cf4a390167", "SeatGroup": { "RowGuid": "a8bfff07-790a-47d5-81d9-835099151568", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "862bd002-59f5-43af-b19e-23b23335363c", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 } }, "Paid": true, "ControlCode": "sample string 5", "IsScanned": true } ]
application/xml, text/xml
Sample:
<ArrayOfTicket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RoodFluweel.Api.Models"> <Ticket> <ControlCode>sample string 5</ControlCode> <IsScanned>true</IsScanned> <OrderDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2024-11-21T09:35:13.3500193Z</d3p1:DateTime> <d3p1:OffsetMinutes>60</d3p1:OffsetMinutes> </OrderDate> <Paid>true</Paid> <Price>3</Price> <RowGuid>050d600e-0408-4a8b-ad3a-93087860107a</RowGuid> <Seat> <DisplayName>sample string 2</DisplayName> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>862bd002-59f5-43af-b19e-23b23335363c</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>8e55e79b-19d1-402d-947d-19cf4a390167</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>a8bfff07-790a-47d5-81d9-835099151568</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> <RowGuid>ce078cf9-decf-4a2d-9c8f-43cb1df56b0f</RowGuid> </Seat> <Show> <DefaultReservationCostsEnabled>true</DefaultReservationCostsEnabled> <HasPromotions>true</HasPromotions> <IsOpenHouse>true</IsOpenHouse> <PriceList> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>862bd002-59f5-43af-b19e-23b23335363c</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>8e55e79b-19d1-402d-947d-19cf4a390167</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>a8bfff07-790a-47d5-81d9-835099151568</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>862bd002-59f5-43af-b19e-23b23335363c</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>8e55e79b-19d1-402d-947d-19cf4a390167</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>a8bfff07-790a-47d5-81d9-835099151568</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> </PriceList> <ProductionImageUri>http://webapihelppage9.com/</ProductionImageUri> <ProductionName>sample string 4</ProductionName> <RowGuid>63b76a11-b099-4426-98ab-738d71805afe</RowGuid> <SeatCount>5</SeatCount> <SeatPlanLocationName>sample string 2</SeatPlanLocationName> <ShowDateOffset xmlns:d4p1="http://schemas.datacontract.org/2004/07/System"> <d4p1:DateTime>2024-11-21T09:35:13.3500193Z</d4p1:DateTime> <d4p1:OffsetMinutes>60</d4p1:OffsetMinutes> </ShowDateOffset> </Show> </Ticket> <Ticket> <ControlCode>sample string 5</ControlCode> <IsScanned>true</IsScanned> <OrderDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2024-11-21T09:35:13.3500193Z</d3p1:DateTime> <d3p1:OffsetMinutes>60</d3p1:OffsetMinutes> </OrderDate> <Paid>true</Paid> <Price>3</Price> <RowGuid>050d600e-0408-4a8b-ad3a-93087860107a</RowGuid> <Seat> <DisplayName>sample string 2</DisplayName> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>862bd002-59f5-43af-b19e-23b23335363c</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>8e55e79b-19d1-402d-947d-19cf4a390167</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>a8bfff07-790a-47d5-81d9-835099151568</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> <RowGuid>ce078cf9-decf-4a2d-9c8f-43cb1df56b0f</RowGuid> </Seat> <Show> <DefaultReservationCostsEnabled>true</DefaultReservationCostsEnabled> <HasPromotions>true</HasPromotions> <IsOpenHouse>true</IsOpenHouse> <PriceList> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>862bd002-59f5-43af-b19e-23b23335363c</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>8e55e79b-19d1-402d-947d-19cf4a390167</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>a8bfff07-790a-47d5-81d9-835099151568</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>862bd002-59f5-43af-b19e-23b23335363c</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>8e55e79b-19d1-402d-947d-19cf4a390167</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>a8bfff07-790a-47d5-81d9-835099151568</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> </PriceList> <ProductionImageUri>http://webapihelppage9.com/</ProductionImageUri> <ProductionName>sample string 4</ProductionName> <RowGuid>63b76a11-b099-4426-98ab-738d71805afe</RowGuid> <SeatCount>5</SeatCount> <SeatPlanLocationName>sample string 2</SeatPlanLocationName> <ShowDateOffset xmlns:d4p1="http://schemas.datacontract.org/2004/07/System"> <d4p1:DateTime>2024-11-21T09:35:13.3500193Z</d4p1:DateTime> <d4p1:OffsetMinutes>60</d4p1:OffsetMinutes> </ShowDateOffset> </Show> </Ticket> </ArrayOfTicket>