Packages Test
TXN/Packages/Summary?seasonId={seasonId}
Get summary of all packages filtered by a selected season.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Packages/Summary?seasonId={seasonId}

URI Parameters

Parameter Name Data Type Required Notes
seasonId integer Y A single season Id to filter the packages.

Request Body

None.

No request body.

Response object type : Collection of PackageSummary

Response object type Collection of PackageSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Code string
Description string
Id integer
Season SeasonSummary
Type PackageTypeSummary
ZoneMap ZoneMapSummary
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "ZoneMap": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "SeatMap": {
        "Description": "sample string 1",
        "Id": 1
      }
    },
    "Type": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "Code": "sample string 2",
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    }
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "ZoneMap": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "SeatMap": {
        "Description": "sample string 1",
        "Id": 1
      }
    },
    "Type": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "Code": "sample string 2",
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    }
  }
]
<PackageSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Package>
    <Code>sample string 2</Code>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Season>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Season>
    <Type>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Type>
    <ZoneMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <SeatMap>
        <Description>sample string 1</Description>
        <Id>1</Id>
      </SeatMap>
    </ZoneMap>
  </Package>
  <Package>
    <Code>sample string 2</Code>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Season>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Season>
    <Type>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Type>
    <ZoneMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <SeatMap>
        <Description>sample string 1</Description>
        <Id>1</Id>
      </SeatMap>
    </ZoneMap>
  </Package>
</PackageSummaries>
Change Version Description Contract Old New
Parameter Changed 15.0.0 seasonId has been marked as required. Required