PerformancePriceLayers Test
TXN/PerformancePriceLayers/Search
Get all performance price layers for the list of performances. Only one of AsOfDateTime or AsOfRelativeDate can be specified to get prices effective for that date time.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePriceLayers/Search

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : PerformancePriceLayerSearchRequest

Request object type PerformancePriceLayerSearchRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
AsOfDateTime string N The calendar date time of the performance
AsOfRelativeDate string N Relative to the performance date. The format for AsOfRelativeDate is YY:MM:DD:HH:MM. A - or + should be included before the relative date to indicate before or after performance date.
PerformanceIds string Y Comma separated list of performance Ids
{
  "PerformanceIds": "sample string 1",
  "AsOfDateTime": "sample string 2",
  "AsOfRelativeDate": "sample string 3"
}
<PerformancePriceLayerSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AsOfDateTime>sample string 2</AsOfDateTime>
  <AsOfRelativeDate>sample string 3</AsOfRelativeDate>
  <PerformanceIds>sample string 1</PerformanceIds>
</PerformancePriceLayerSearchRequest>

Response object type : Collection of PerformancePriceLayer

Response object type Collection of PerformancePriceLayer has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
DefaultDesignationCodeId integer Y
FK: TR_DESIG_CODE.id   Resource: DesignationCodes
DefaultGlAccountId integer Y
FK: T_GL_ACCOUNT.id
DefaultResaleAccountId integer Y
FK: T_GL_ACCOUNT.id
Description string 60 Y
EffectiveDateTime date
Id integer N Auto-assigned
PerformanceId integer Y
FK: T_PERF.perf_no
PerformancePriceTypes Collection of PerformancePriceType
PriceLayerType PriceLayerTypeSummary Y
FK: TR_PRICE_LAYER_TYPE.id   Resource: PriceLayerTypes
TemplateId integer N
FK: T_PRICE_TEMPLATE.id   Resource: PriceTemplates
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
[
  {
    "CreatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Description": "sample string 3",
    "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
    "UpdatedBy": "sample string 4",
    "DefaultDesignationCodeId": 1,
    "DefaultGlAccountId": 1,
    "DefaultResaleAccountId": 1,
    "PerformanceId": 1,
    "PriceLayerType": {
      "Id": 1,
      "Description": "sample string 1",
      "PriceCategory": {
        "Id": 1,
        "Description": "sample string 1",
        "Inactive": true,
        "Rank": 2
      },
      "Inactive": true,
      "Rank": 2
    },
    "TemplateId": 1,
    "PerformancePriceTypes": [
      {
        "Id": 1,
        "CreatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "CreateLocation": "sample string 1",
        "CreatedBy": "sample string 2",
        "DesignationCodeId": 1,
        "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "ResaleAccountId": 1,
        "IsWithinDateRange": true,
        "GlAccountId": 1,
        "StartDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "EndDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "UpdatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "UpdatedBy": "sample string 3",
        "PerformanceId": 1,
        "PerformancePriceLayerId": 1,
        "PriceTypeId": 1,
        "TicketDesignId": 1,
        "BaseIndicator": true,
        "PerformancePrices": [
          {
            "Id": 1,
            "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
            "EditIndicator": true,
            "MinPrice": 2.0,
            "PerformanceId": 1,
            "PerformancePriceTypeId": 1,
            "Price": 3.0,
            "Enabled": true,
            "HasEvents": true,
            "IsPriceBasedOnCurrentEvent": true,
            "ZoneId": 1
          },
          {
            "Id": 1,
            "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
            "EditIndicator": true,
            "MinPrice": 2.0,
            "PerformanceId": 1,
            "PerformancePriceTypeId": 1,
            "Price": 3.0,
            "Enabled": true,
            "HasEvents": true,
            "IsPriceBasedOnCurrentEvent": true,
            "ZoneId": 1
          }
        ]
      },
      {
        "Id": 1,
        "CreatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "CreateLocation": "sample string 1",
        "CreatedBy": "sample string 2",
        "DesignationCodeId": 1,
        "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "ResaleAccountId": 1,
        "IsWithinDateRange": true,
        "GlAccountId": 1,
        "StartDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "EndDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "UpdatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "UpdatedBy": "sample string 3",
        "PerformanceId": 1,
        "PerformancePriceLayerId": 1,
        "PriceTypeId": 1,
        "TicketDesignId": 1,
        "BaseIndicator": true,
        "PerformancePrices": [
          {
            "Id": 1,
            "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
            "EditIndicator": true,
            "MinPrice": 2.0,
            "PerformanceId": 1,
            "PerformancePriceTypeId": 1,
            "Price": 3.0,
            "Enabled": true,
            "HasEvents": true,
            "IsPriceBasedOnCurrentEvent": true,
            "ZoneId": 1
          },
          {
            "Id": 1,
            "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
            "EditIndicator": true,
            "MinPrice": 2.0,
            "PerformanceId": 1,
            "PerformancePriceTypeId": 1,
            "Price": 3.0,
            "Enabled": true,
            "HasEvents": true,
            "IsPriceBasedOnCurrentEvent": true,
            "ZoneId": 1
          }
        ]
      }
    ]
  },
  {
    "CreatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Description": "sample string 3",
    "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
    "UpdatedBy": "sample string 4",
    "DefaultDesignationCodeId": 1,
    "DefaultGlAccountId": 1,
    "DefaultResaleAccountId": 1,
    "PerformanceId": 1,
    "PriceLayerType": {
      "Id": 1,
      "Description": "sample string 1",
      "PriceCategory": {
        "Id": 1,
        "Description": "sample string 1",
        "Inactive": true,
        "Rank": 2
      },
      "Inactive": true,
      "Rank": 2
    },
    "TemplateId": 1,
    "PerformancePriceTypes": [
      {
        "Id": 1,
        "CreatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "CreateLocation": "sample string 1",
        "CreatedBy": "sample string 2",
        "DesignationCodeId": 1,
        "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "ResaleAccountId": 1,
        "IsWithinDateRange": true,
        "GlAccountId": 1,
        "StartDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "EndDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "UpdatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "UpdatedBy": "sample string 3",
        "PerformanceId": 1,
        "PerformancePriceLayerId": 1,
        "PriceTypeId": 1,
        "TicketDesignId": 1,
        "BaseIndicator": true,
        "PerformancePrices": [
          {
            "Id": 1,
            "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
            "EditIndicator": true,
            "MinPrice": 2.0,
            "PerformanceId": 1,
            "PerformancePriceTypeId": 1,
            "Price": 3.0,
            "Enabled": true,
            "HasEvents": true,
            "IsPriceBasedOnCurrentEvent": true,
            "ZoneId": 1
          },
          {
            "Id": 1,
            "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
            "EditIndicator": true,
            "MinPrice": 2.0,
            "PerformanceId": 1,
            "PerformancePriceTypeId": 1,
            "Price": 3.0,
            "Enabled": true,
            "HasEvents": true,
            "IsPriceBasedOnCurrentEvent": true,
            "ZoneId": 1
          }
        ]
      },
      {
        "Id": 1,
        "CreatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "CreateLocation": "sample string 1",
        "CreatedBy": "sample string 2",
        "DesignationCodeId": 1,
        "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "ResaleAccountId": 1,
        "IsWithinDateRange": true,
        "GlAccountId": 1,
        "StartDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "EndDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "UpdatedDateTime": "2025-04-24T04:54:35.6869368-07:00",
        "UpdatedBy": "sample string 3",
        "PerformanceId": 1,
        "PerformancePriceLayerId": 1,
        "PriceTypeId": 1,
        "TicketDesignId": 1,
        "BaseIndicator": true,
        "PerformancePrices": [
          {
            "Id": 1,
            "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
            "EditIndicator": true,
            "MinPrice": 2.0,
            "PerformanceId": 1,
            "PerformancePriceTypeId": 1,
            "Price": 3.0,
            "Enabled": true,
            "HasEvents": true,
            "IsPriceBasedOnCurrentEvent": true,
            "ZoneId": 1
          },
          {
            "Id": 1,
            "EffectiveDateTime": "2025-04-24T04:54:35.6869368-07:00",
            "EditIndicator": true,
            "MinPrice": 2.0,
            "PerformanceId": 1,
            "PerformancePriceTypeId": 1,
            "Price": 3.0,
            "Enabled": true,
            "HasEvents": true,
            "IsPriceBasedOnCurrentEvent": true,
            "ZoneId": 1
          }
        ]
      }
    ]
  }
]
<PerformancePriceLayers xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PerformancePriceLayer>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T04:54:35.6869368-07:00</CreatedDateTime>
    <DefaultDesignationCodeId>1</DefaultDesignationCodeId>
    <DefaultGlAccountId>1</DefaultGlAccountId>
    <DefaultResaleAccountId>1</DefaultResaleAccountId>
    <Description>sample string 3</Description>
    <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
    <Id>1</Id>
    <PerformanceId>1</PerformanceId>
    <PerformancePriceTypes>
      <PerformancePriceType>
        <BaseIndicator>true</BaseIndicator>
        <CreateLocation>sample string 1</CreateLocation>
        <CreatedBy>sample string 2</CreatedBy>
        <CreatedDateTime>2025-04-24T04:54:35.6869368-07:00</CreatedDateTime>
        <DesignationCodeId>1</DesignationCodeId>
        <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
        <EndDateTime>2025-04-24T04:54:35.6869368-07:00</EndDateTime>
        <GlAccountId>1</GlAccountId>
        <Id>1</Id>
        <IsWithinDateRange>true</IsWithinDateRange>
        <PerformanceId>1</PerformanceId>
        <PerformancePriceLayerId>1</PerformancePriceLayerId>
        <PerformancePrices>
          <PerformancePrice>
            <EditIndicator>true</EditIndicator>
            <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
            <Enabled>true</Enabled>
            <HasEvents>true</HasEvents>
            <Id>1</Id>
            <IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
            <MinPrice>2</MinPrice>
            <PerformanceId>1</PerformanceId>
            <PerformancePriceTypeId>1</PerformancePriceTypeId>
            <Price>3</Price>
            <ZoneId>1</ZoneId>
          </PerformancePrice>
          <PerformancePrice>
            <EditIndicator>true</EditIndicator>
            <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
            <Enabled>true</Enabled>
            <HasEvents>true</HasEvents>
            <Id>1</Id>
            <IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
            <MinPrice>2</MinPrice>
            <PerformanceId>1</PerformanceId>
            <PerformancePriceTypeId>1</PerformancePriceTypeId>
            <Price>3</Price>
            <ZoneId>1</ZoneId>
          </PerformancePrice>
        </PerformancePrices>
        <PriceTypeId>1</PriceTypeId>
        <ResaleAccountId>1</ResaleAccountId>
        <StartDateTime>2025-04-24T04:54:35.6869368-07:00</StartDateTime>
        <TicketDesignId>1</TicketDesignId>
        <UpdatedBy>sample string 3</UpdatedBy>
        <UpdatedDateTime>2025-04-24T04:54:35.6869368-07:00</UpdatedDateTime>
      </PerformancePriceType>
      <PerformancePriceType>
        <BaseIndicator>true</BaseIndicator>
        <CreateLocation>sample string 1</CreateLocation>
        <CreatedBy>sample string 2</CreatedBy>
        <CreatedDateTime>2025-04-24T04:54:35.6869368-07:00</CreatedDateTime>
        <DesignationCodeId>1</DesignationCodeId>
        <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
        <EndDateTime>2025-04-24T04:54:35.6869368-07:00</EndDateTime>
        <GlAccountId>1</GlAccountId>
        <Id>1</Id>
        <IsWithinDateRange>true</IsWithinDateRange>
        <PerformanceId>1</PerformanceId>
        <PerformancePriceLayerId>1</PerformancePriceLayerId>
        <PerformancePrices>
          <PerformancePrice>
            <EditIndicator>true</EditIndicator>
            <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
            <Enabled>true</Enabled>
            <HasEvents>true</HasEvents>
            <Id>1</Id>
            <IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
            <MinPrice>2</MinPrice>
            <PerformanceId>1</PerformanceId>
            <PerformancePriceTypeId>1</PerformancePriceTypeId>
            <Price>3</Price>
            <ZoneId>1</ZoneId>
          </PerformancePrice>
          <PerformancePrice>
            <EditIndicator>true</EditIndicator>
            <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
            <Enabled>true</Enabled>
            <HasEvents>true</HasEvents>
            <Id>1</Id>
            <IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
            <MinPrice>2</MinPrice>
            <PerformanceId>1</PerformanceId>
            <PerformancePriceTypeId>1</PerformancePriceTypeId>
            <Price>3</Price>
            <ZoneId>1</ZoneId>
          </PerformancePrice>
        </PerformancePrices>
        <PriceTypeId>1</PriceTypeId>
        <ResaleAccountId>1</ResaleAccountId>
        <StartDateTime>2025-04-24T04:54:35.6869368-07:00</StartDateTime>
        <TicketDesignId>1</TicketDesignId>
        <UpdatedBy>sample string 3</UpdatedBy>
        <UpdatedDateTime>2025-04-24T04:54:35.6869368-07:00</UpdatedDateTime>
      </PerformancePriceType>
    </PerformancePriceTypes>
    <PriceLayerType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <PriceCategory>
        <Description>sample string 1</Description>
        <Id>1</Id>
        <Inactive>true</Inactive>
        <Rank>2</Rank>
      </PriceCategory>
      <Rank>2</Rank>
    </PriceLayerType>
    <TemplateId>1</TemplateId>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:54:35.6869368-07:00</UpdatedDateTime>
  </PerformancePriceLayer>
  <PerformancePriceLayer>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T04:54:35.6869368-07:00</CreatedDateTime>
    <DefaultDesignationCodeId>1</DefaultDesignationCodeId>
    <DefaultGlAccountId>1</DefaultGlAccountId>
    <DefaultResaleAccountId>1</DefaultResaleAccountId>
    <Description>sample string 3</Description>
    <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
    <Id>1</Id>
    <PerformanceId>1</PerformanceId>
    <PerformancePriceTypes>
      <PerformancePriceType>
        <BaseIndicator>true</BaseIndicator>
        <CreateLocation>sample string 1</CreateLocation>
        <CreatedBy>sample string 2</CreatedBy>
        <CreatedDateTime>2025-04-24T04:54:35.6869368-07:00</CreatedDateTime>
        <DesignationCodeId>1</DesignationCodeId>
        <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
        <EndDateTime>2025-04-24T04:54:35.6869368-07:00</EndDateTime>
        <GlAccountId>1</GlAccountId>
        <Id>1</Id>
        <IsWithinDateRange>true</IsWithinDateRange>
        <PerformanceId>1</PerformanceId>
        <PerformancePriceLayerId>1</PerformancePriceLayerId>
        <PerformancePrices>
          <PerformancePrice>
            <EditIndicator>true</EditIndicator>
            <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
            <Enabled>true</Enabled>
            <HasEvents>true</HasEvents>
            <Id>1</Id>
            <IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
            <MinPrice>2</MinPrice>
            <PerformanceId>1</PerformanceId>
            <PerformancePriceTypeId>1</PerformancePriceTypeId>
            <Price>3</Price>
            <ZoneId>1</ZoneId>
          </PerformancePrice>
          <PerformancePrice>
            <EditIndicator>true</EditIndicator>
            <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
            <Enabled>true</Enabled>
            <HasEvents>true</HasEvents>
            <Id>1</Id>
            <IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
            <MinPrice>2</MinPrice>
            <PerformanceId>1</PerformanceId>
            <PerformancePriceTypeId>1</PerformancePriceTypeId>
            <Price>3</Price>
            <ZoneId>1</ZoneId>
          </PerformancePrice>
        </PerformancePrices>
        <PriceTypeId>1</PriceTypeId>
        <ResaleAccountId>1</ResaleAccountId>
        <StartDateTime>2025-04-24T04:54:35.6869368-07:00</StartDateTime>
        <TicketDesignId>1</TicketDesignId>
        <UpdatedBy>sample string 3</UpdatedBy>
        <UpdatedDateTime>2025-04-24T04:54:35.6869368-07:00</UpdatedDateTime>
      </PerformancePriceType>
      <PerformancePriceType>
        <BaseIndicator>true</BaseIndicator>
        <CreateLocation>sample string 1</CreateLocation>
        <CreatedBy>sample string 2</CreatedBy>
        <CreatedDateTime>2025-04-24T04:54:35.6869368-07:00</CreatedDateTime>
        <DesignationCodeId>1</DesignationCodeId>
        <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
        <EndDateTime>2025-04-24T04:54:35.6869368-07:00</EndDateTime>
        <GlAccountId>1</GlAccountId>
        <Id>1</Id>
        <IsWithinDateRange>true</IsWithinDateRange>
        <PerformanceId>1</PerformanceId>
        <PerformancePriceLayerId>1</PerformancePriceLayerId>
        <PerformancePrices>
          <PerformancePrice>
            <EditIndicator>true</EditIndicator>
            <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
            <Enabled>true</Enabled>
            <HasEvents>true</HasEvents>
            <Id>1</Id>
            <IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
            <MinPrice>2</MinPrice>
            <PerformanceId>1</PerformanceId>
            <PerformancePriceTypeId>1</PerformancePriceTypeId>
            <Price>3</Price>
            <ZoneId>1</ZoneId>
          </PerformancePrice>
          <PerformancePrice>
            <EditIndicator>true</EditIndicator>
            <EffectiveDateTime>2025-04-24T04:54:35.6869368-07:00</EffectiveDateTime>
            <Enabled>true</Enabled>
            <HasEvents>true</HasEvents>
            <Id>1</Id>
            <IsPriceBasedOnCurrentEvent>true</IsPriceBasedOnCurrentEvent>
            <MinPrice>2</MinPrice>
            <PerformanceId>1</PerformanceId>
            <PerformancePriceTypeId>1</PerformancePriceTypeId>
            <Price>3</Price>
            <ZoneId>1</ZoneId>
          </PerformancePrice>
        </PerformancePrices>
        <PriceTypeId>1</PriceTypeId>
        <ResaleAccountId>1</ResaleAccountId>
        <StartDateTime>2025-04-24T04:54:35.6869368-07:00</StartDateTime>
        <TicketDesignId>1</TicketDesignId>
        <UpdatedBy>sample string 3</UpdatedBy>
        <UpdatedDateTime>2025-04-24T04:54:35.6869368-07:00</UpdatedDateTime>
      </PerformancePriceType>
    </PerformancePriceTypes>
    <PriceLayerType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <PriceCategory>
        <Description>sample string 1</Description>
        <Id>1</Id>
        <Inactive>true</Inactive>
        <Rank>2</Rank>
      </PriceCategory>
      <Rank>2</Rank>
    </PriceLayerType>
    <TemplateId>1</TemplateId>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:54:35.6869368-07:00</UpdatedDateTime>
  </PerformancePriceLayer>
</PerformancePriceLayers>

No entries in change log for this operation.