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": "2198a740-26bf-42b8-b14a-a4325e7642bf", "Show": { "RowGuid": "969797d8-8c83-4b13-be5b-d55545072fc9", "SeatPlanLocationName": "sample string 2", "ShowDateOffset": "2025-01-20T02:54:27.0031317+01:00", "ProductionName": "sample string 4", "SeatCount": 5, "DefaultReservationCostsEnabled": true, "IsOpenHouse": true, "HasPromotions": true, "PriceList": [ { "RowGuid": "65a88e83-58e5-4ea5-bbc4-095ba541c004", "SeatGroup": { "RowGuid": "aabf80f6-128a-429b-b581-e652891c4818", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "fc101aff-a30c-41f0-832b-c667621a6194", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 }, { "RowGuid": "65a88e83-58e5-4ea5-bbc4-095ba541c004", "SeatGroup": { "RowGuid": "aabf80f6-128a-429b-b581-e652891c4818", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "fc101aff-a30c-41f0-832b-c667621a6194", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 } ], "ProductionImageUri": "http://webapihelppage9.com" }, "OrderDate": "2025-01-20T02:54:27.0050705+01:00", "Price": 3.0, "Seat": { "RowGuid": "6d0de9df-738f-4e6a-814a-a54f74f9cafc", "DisplayName": "sample string 2", "PriceListItem": { "RowGuid": "65a88e83-58e5-4ea5-bbc4-095ba541c004", "SeatGroup": { "RowGuid": "aabf80f6-128a-429b-b581-e652891c4818", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "fc101aff-a30c-41f0-832b-c667621a6194", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 } }, "Paid": true, "ControlCode": "sample string 5", "IsScanned": true }, { "RowGuid": "2198a740-26bf-42b8-b14a-a4325e7642bf", "Show": { "RowGuid": "969797d8-8c83-4b13-be5b-d55545072fc9", "SeatPlanLocationName": "sample string 2", "ShowDateOffset": "2025-01-20T02:54:27.0031317+01:00", "ProductionName": "sample string 4", "SeatCount": 5, "DefaultReservationCostsEnabled": true, "IsOpenHouse": true, "HasPromotions": true, "PriceList": [ { "RowGuid": "65a88e83-58e5-4ea5-bbc4-095ba541c004", "SeatGroup": { "RowGuid": "aabf80f6-128a-429b-b581-e652891c4818", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "fc101aff-a30c-41f0-832b-c667621a6194", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 }, { "RowGuid": "65a88e83-58e5-4ea5-bbc4-095ba541c004", "SeatGroup": { "RowGuid": "aabf80f6-128a-429b-b581-e652891c4818", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "fc101aff-a30c-41f0-832b-c667621a6194", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 } ], "ProductionImageUri": "http://webapihelppage9.com" }, "OrderDate": "2025-01-20T02:54:27.0050705+01:00", "Price": 3.0, "Seat": { "RowGuid": "6d0de9df-738f-4e6a-814a-a54f74f9cafc", "DisplayName": "sample string 2", "PriceListItem": { "RowGuid": "65a88e83-58e5-4ea5-bbc4-095ba541c004", "SeatGroup": { "RowGuid": "aabf80f6-128a-429b-b581-e652891c4818", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "fc101aff-a30c-41f0-832b-c667621a6194", "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>2025-01-20T01:54:27.0050705Z</d3p1:DateTime> <d3p1:OffsetMinutes>60</d3p1:OffsetMinutes> </OrderDate> <Paid>true</Paid> <Price>3</Price> <RowGuid>2198a740-26bf-42b8-b14a-a4325e7642bf</RowGuid> <Seat> <DisplayName>sample string 2</DisplayName> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>fc101aff-a30c-41f0-832b-c667621a6194</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>65a88e83-58e5-4ea5-bbc4-095ba541c004</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>aabf80f6-128a-429b-b581-e652891c4818</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> <RowGuid>6d0de9df-738f-4e6a-814a-a54f74f9cafc</RowGuid> </Seat> <Show> <DefaultReservationCostsEnabled>true</DefaultReservationCostsEnabled> <HasPromotions>true</HasPromotions> <IsOpenHouse>true</IsOpenHouse> <PriceList> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>fc101aff-a30c-41f0-832b-c667621a6194</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>65a88e83-58e5-4ea5-bbc4-095ba541c004</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>aabf80f6-128a-429b-b581-e652891c4818</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>fc101aff-a30c-41f0-832b-c667621a6194</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>65a88e83-58e5-4ea5-bbc4-095ba541c004</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>aabf80f6-128a-429b-b581-e652891c4818</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> </PriceList> <ProductionImageUri>http://webapihelppage9.com/</ProductionImageUri> <ProductionName>sample string 4</ProductionName> <RowGuid>969797d8-8c83-4b13-be5b-d55545072fc9</RowGuid> <SeatCount>5</SeatCount> <SeatPlanLocationName>sample string 2</SeatPlanLocationName> <ShowDateOffset xmlns:d4p1="http://schemas.datacontract.org/2004/07/System"> <d4p1:DateTime>2025-01-20T01:54:27.0031317Z</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>2025-01-20T01:54:27.0050705Z</d3p1:DateTime> <d3p1:OffsetMinutes>60</d3p1:OffsetMinutes> </OrderDate> <Paid>true</Paid> <Price>3</Price> <RowGuid>2198a740-26bf-42b8-b14a-a4325e7642bf</RowGuid> <Seat> <DisplayName>sample string 2</DisplayName> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>fc101aff-a30c-41f0-832b-c667621a6194</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>65a88e83-58e5-4ea5-bbc4-095ba541c004</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>aabf80f6-128a-429b-b581-e652891c4818</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> <RowGuid>6d0de9df-738f-4e6a-814a-a54f74f9cafc</RowGuid> </Seat> <Show> <DefaultReservationCostsEnabled>true</DefaultReservationCostsEnabled> <HasPromotions>true</HasPromotions> <IsOpenHouse>true</IsOpenHouse> <PriceList> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>fc101aff-a30c-41f0-832b-c667621a6194</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>65a88e83-58e5-4ea5-bbc4-095ba541c004</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>aabf80f6-128a-429b-b581-e652891c4818</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>fc101aff-a30c-41f0-832b-c667621a6194</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>65a88e83-58e5-4ea5-bbc4-095ba541c004</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>aabf80f6-128a-429b-b581-e652891c4818</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> </PriceList> <ProductionImageUri>http://webapihelppage9.com/</ProductionImageUri> <ProductionName>sample string 4</ProductionName> <RowGuid>969797d8-8c83-4b13-be5b-d55545072fc9</RowGuid> <SeatCount>5</SeatCount> <SeatPlanLocationName>sample string 2</SeatPlanLocationName> <ShowDateOffset xmlns:d4p1="http://schemas.datacontract.org/2004/07/System"> <d4p1:DateTime>2025-01-20T01:54:27.0031317Z</d4p1:DateTime> <d4p1:OffsetMinutes>60</d4p1:OffsetMinutes> </ShowDateOffset> </Show> </Ticket> </ArrayOfTicket>