GET api/Show/{showGuid}/ValidTickets

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showGuid

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Ticket
NameDescriptionTypeAdditional 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": "b6c38893-68c0-4df1-8299-4afe4f4e280a",
    "Show": {
      "RowGuid": "f7d090f8-1f13-44b3-a39d-410299b4d4b4",
      "SeatPlanLocationName": "sample string 2",
      "ShowDateOffset": "2024-05-07T04:25:59.2900313+02:00",
      "ProductionName": "sample string 4",
      "SeatCount": 5,
      "DefaultReservationCostsEnabled": true,
      "IsOpenHouse": true,
      "HasPromotions": true,
      "PriceList": [
        {
          "RowGuid": "d31ea347-ef97-488d-b996-78c52ebdb2ee",
          "SeatGroup": {
            "RowGuid": "d3f746ad-aec3-4f7c-9221-4b69a8bf34a9",
            "Name": "sample string 2",
            "AvailableSeats": 3,
            "Sort": 1
          },
          "PriceCategory": {
            "RowGuid": "3c9a4b21-4af3-4e31-b76f-883e9115210b",
            "Name": "sample string 2",
            "Sort": 1
          },
          "Price": 2.0,
          "ReservationCost": 3.0
        },
        {
          "RowGuid": "d31ea347-ef97-488d-b996-78c52ebdb2ee",
          "SeatGroup": {
            "RowGuid": "d3f746ad-aec3-4f7c-9221-4b69a8bf34a9",
            "Name": "sample string 2",
            "AvailableSeats": 3,
            "Sort": 1
          },
          "PriceCategory": {
            "RowGuid": "3c9a4b21-4af3-4e31-b76f-883e9115210b",
            "Name": "sample string 2",
            "Sort": 1
          },
          "Price": 2.0,
          "ReservationCost": 3.0
        }
      ],
      "ProductionImageUri": "http://webapihelppage9.com"
    },
    "OrderDate": "2024-05-07T04:25:59.2900313+02:00",
    "Price": 3.0,
    "Seat": {
      "RowGuid": "3fd5fbeb-9c2b-4bf9-b8b5-22f06671100c",
      "DisplayName": "sample string 2",
      "PriceListItem": {
        "RowGuid": "d31ea347-ef97-488d-b996-78c52ebdb2ee",
        "SeatGroup": {
          "RowGuid": "d3f746ad-aec3-4f7c-9221-4b69a8bf34a9",
          "Name": "sample string 2",
          "AvailableSeats": 3,
          "Sort": 1
        },
        "PriceCategory": {
          "RowGuid": "3c9a4b21-4af3-4e31-b76f-883e9115210b",
          "Name": "sample string 2",
          "Sort": 1
        },
        "Price": 2.0,
        "ReservationCost": 3.0
      }
    },
    "Paid": true,
    "ControlCode": "sample string 5",
    "IsScanned": true
  },
  {
    "RowGuid": "b6c38893-68c0-4df1-8299-4afe4f4e280a",
    "Show": {
      "RowGuid": "f7d090f8-1f13-44b3-a39d-410299b4d4b4",
      "SeatPlanLocationName": "sample string 2",
      "ShowDateOffset": "2024-05-07T04:25:59.2900313+02:00",
      "ProductionName": "sample string 4",
      "SeatCount": 5,
      "DefaultReservationCostsEnabled": true,
      "IsOpenHouse": true,
      "HasPromotions": true,
      "PriceList": [
        {
          "RowGuid": "d31ea347-ef97-488d-b996-78c52ebdb2ee",
          "SeatGroup": {
            "RowGuid": "d3f746ad-aec3-4f7c-9221-4b69a8bf34a9",
            "Name": "sample string 2",
            "AvailableSeats": 3,
            "Sort": 1
          },
          "PriceCategory": {
            "RowGuid": "3c9a4b21-4af3-4e31-b76f-883e9115210b",
            "Name": "sample string 2",
            "Sort": 1
          },
          "Price": 2.0,
          "ReservationCost": 3.0
        },
        {
          "RowGuid": "d31ea347-ef97-488d-b996-78c52ebdb2ee",
          "SeatGroup": {
            "RowGuid": "d3f746ad-aec3-4f7c-9221-4b69a8bf34a9",
            "Name": "sample string 2",
            "AvailableSeats": 3,
            "Sort": 1
          },
          "PriceCategory": {
            "RowGuid": "3c9a4b21-4af3-4e31-b76f-883e9115210b",
            "Name": "sample string 2",
            "Sort": 1
          },
          "Price": 2.0,
          "ReservationCost": 3.0
        }
      ],
      "ProductionImageUri": "http://webapihelppage9.com"
    },
    "OrderDate": "2024-05-07T04:25:59.2900313+02:00",
    "Price": 3.0,
    "Seat": {
      "RowGuid": "3fd5fbeb-9c2b-4bf9-b8b5-22f06671100c",
      "DisplayName": "sample string 2",
      "PriceListItem": {
        "RowGuid": "d31ea347-ef97-488d-b996-78c52ebdb2ee",
        "SeatGroup": {
          "RowGuid": "d3f746ad-aec3-4f7c-9221-4b69a8bf34a9",
          "Name": "sample string 2",
          "AvailableSeats": 3,
          "Sort": 1
        },
        "PriceCategory": {
          "RowGuid": "3c9a4b21-4af3-4e31-b76f-883e9115210b",
          "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-05-07T02:25:59.2900313Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>120</d3p1:OffsetMinutes>
    </OrderDate>
    <Paid>true</Paid>
    <Price>3</Price>
    <RowGuid>b6c38893-68c0-4df1-8299-4afe4f4e280a</RowGuid>
    <Seat>
      <DisplayName>sample string 2</DisplayName>
      <PriceListItem>
        <Price>2</Price>
        <PriceCategory>
          <Name>sample string 2</Name>
          <RowGuid>3c9a4b21-4af3-4e31-b76f-883e9115210b</RowGuid>
          <Sort>1</Sort>
        </PriceCategory>
        <ReservationCost>3</ReservationCost>
        <RowGuid>d31ea347-ef97-488d-b996-78c52ebdb2ee</RowGuid>
        <SeatGroup>
          <AvailableSeats>3</AvailableSeats>
          <Name>sample string 2</Name>
          <RowGuid>d3f746ad-aec3-4f7c-9221-4b69a8bf34a9</RowGuid>
          <Sort>1</Sort>
        </SeatGroup>
      </PriceListItem>
      <RowGuid>3fd5fbeb-9c2b-4bf9-b8b5-22f06671100c</RowGuid>
    </Seat>
    <Show>
      <DefaultReservationCostsEnabled>true</DefaultReservationCostsEnabled>
      <HasPromotions>true</HasPromotions>
      <IsOpenHouse>true</IsOpenHouse>
      <PriceList>
        <PriceListItem>
          <Price>2</Price>
          <PriceCategory>
            <Name>sample string 2</Name>
            <RowGuid>3c9a4b21-4af3-4e31-b76f-883e9115210b</RowGuid>
            <Sort>1</Sort>
          </PriceCategory>
          <ReservationCost>3</ReservationCost>
          <RowGuid>d31ea347-ef97-488d-b996-78c52ebdb2ee</RowGuid>
          <SeatGroup>
            <AvailableSeats>3</AvailableSeats>
            <Name>sample string 2</Name>
            <RowGuid>d3f746ad-aec3-4f7c-9221-4b69a8bf34a9</RowGuid>
            <Sort>1</Sort>
          </SeatGroup>
        </PriceListItem>
        <PriceListItem>
          <Price>2</Price>
          <PriceCategory>
            <Name>sample string 2</Name>
            <RowGuid>3c9a4b21-4af3-4e31-b76f-883e9115210b</RowGuid>
            <Sort>1</Sort>
          </PriceCategory>
          <ReservationCost>3</ReservationCost>
          <RowGuid>d31ea347-ef97-488d-b996-78c52ebdb2ee</RowGuid>
          <SeatGroup>
            <AvailableSeats>3</AvailableSeats>
            <Name>sample string 2</Name>
            <RowGuid>d3f746ad-aec3-4f7c-9221-4b69a8bf34a9</RowGuid>
            <Sort>1</Sort>
          </SeatGroup>
        </PriceListItem>
      </PriceList>
      <ProductionImageUri>http://webapihelppage9.com/</ProductionImageUri>
      <ProductionName>sample string 4</ProductionName>
      <RowGuid>f7d090f8-1f13-44b3-a39d-410299b4d4b4</RowGuid>
      <SeatCount>5</SeatCount>
      <SeatPlanLocationName>sample string 2</SeatPlanLocationName>
      <ShowDateOffset xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2024-05-07T02:25:59.2900313Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>120</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-05-07T02:25:59.2900313Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>120</d3p1:OffsetMinutes>
    </OrderDate>
    <Paid>true</Paid>
    <Price>3</Price>
    <RowGuid>b6c38893-68c0-4df1-8299-4afe4f4e280a</RowGuid>
    <Seat>
      <DisplayName>sample string 2</DisplayName>
      <PriceListItem>
        <Price>2</Price>
        <PriceCategory>
          <Name>sample string 2</Name>
          <RowGuid>3c9a4b21-4af3-4e31-b76f-883e9115210b</RowGuid>
          <Sort>1</Sort>
        </PriceCategory>
        <ReservationCost>3</ReservationCost>
        <RowGuid>d31ea347-ef97-488d-b996-78c52ebdb2ee</RowGuid>
        <SeatGroup>
          <AvailableSeats>3</AvailableSeats>
          <Name>sample string 2</Name>
          <RowGuid>d3f746ad-aec3-4f7c-9221-4b69a8bf34a9</RowGuid>
          <Sort>1</Sort>
        </SeatGroup>
      </PriceListItem>
      <RowGuid>3fd5fbeb-9c2b-4bf9-b8b5-22f06671100c</RowGuid>
    </Seat>
    <Show>
      <DefaultReservationCostsEnabled>true</DefaultReservationCostsEnabled>
      <HasPromotions>true</HasPromotions>
      <IsOpenHouse>true</IsOpenHouse>
      <PriceList>
        <PriceListItem>
          <Price>2</Price>
          <PriceCategory>
            <Name>sample string 2</Name>
            <RowGuid>3c9a4b21-4af3-4e31-b76f-883e9115210b</RowGuid>
            <Sort>1</Sort>
          </PriceCategory>
          <ReservationCost>3</ReservationCost>
          <RowGuid>d31ea347-ef97-488d-b996-78c52ebdb2ee</RowGuid>
          <SeatGroup>
            <AvailableSeats>3</AvailableSeats>
            <Name>sample string 2</Name>
            <RowGuid>d3f746ad-aec3-4f7c-9221-4b69a8bf34a9</RowGuid>
            <Sort>1</Sort>
          </SeatGroup>
        </PriceListItem>
        <PriceListItem>
          <Price>2</Price>
          <PriceCategory>
            <Name>sample string 2</Name>
            <RowGuid>3c9a4b21-4af3-4e31-b76f-883e9115210b</RowGuid>
            <Sort>1</Sort>
          </PriceCategory>
          <ReservationCost>3</ReservationCost>
          <RowGuid>d31ea347-ef97-488d-b996-78c52ebdb2ee</RowGuid>
          <SeatGroup>
            <AvailableSeats>3</AvailableSeats>
            <Name>sample string 2</Name>
            <RowGuid>d3f746ad-aec3-4f7c-9221-4b69a8bf34a9</RowGuid>
            <Sort>1</Sort>
          </SeatGroup>
        </PriceListItem>
      </PriceList>
      <ProductionImageUri>http://webapihelppage9.com/</ProductionImageUri>
      <ProductionName>sample string 4</ProductionName>
      <RowGuid>f7d090f8-1f13-44b3-a39d-410299b4d4b4</RowGuid>
      <SeatCount>5</SeatCount>
      <SeatPlanLocationName>sample string 2</SeatPlanLocationName>
      <ShowDateOffset xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2024-05-07T02:25:59.2900313Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>120</d4p1:OffsetMinutes>
      </ShowDateOffset>
    </Show>
  </Ticket>
</ArrayOfTicket>