PerformancePriceTypes Test
TXN/PerformancePriceTypes
Update the performance price types for a set of performances.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformancePriceTypes

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : Collection of PerformancePriceTypeUpdateRequest

Request object type Collection of PerformancePriceTypeUpdateRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
BaseIndicator boolean
DesignationCodeId integer
EndDateTime date
GlAccountId integer
PerformanceIds string
PriceLayerTypeIds string
PriceTypeIds string
ResaleAccountId integer
StartDateTime date
TicketDesignId integer
[
  {
    "PerformanceIds": "sample string 1",
    "PriceLayerTypeIds": "sample string 2",
    "PriceTypeIds": "sample string 3",
    "DesignationCodeId": 1,
    "ResaleAccountId": 1,
    "GlAccountId": 1,
    "StartDateTime": "2025-04-24T05:01:00.1649475-07:00",
    "EndDateTime": "2025-04-24T05:01:00.1649475-07:00",
    "TicketDesignId": 1,
    "BaseIndicator": true
  },
  {
    "PerformanceIds": "sample string 1",
    "PriceLayerTypeIds": "sample string 2",
    "PriceTypeIds": "sample string 3",
    "DesignationCodeId": 1,
    "ResaleAccountId": 1,
    "GlAccountId": 1,
    "StartDateTime": "2025-04-24T05:01:00.1649475-07:00",
    "EndDateTime": "2025-04-24T05:01:00.1649475-07:00",
    "TicketDesignId": 1,
    "BaseIndicator": true
  }
]
<PerformancePriceTypeUpdateRequests xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PerformancePriceTypeUpdateRequest>
    <BaseIndicator>true</BaseIndicator>
    <DesignationCodeId>1</DesignationCodeId>
    <EndDateTime>2025-04-24T05:01:00.1649475-07:00</EndDateTime>
    <GlAccountId>1</GlAccountId>
    <PerformanceIds>sample string 1</PerformanceIds>
    <PriceLayerTypeIds>sample string 2</PriceLayerTypeIds>
    <PriceTypeIds>sample string 3</PriceTypeIds>
    <ResaleAccountId>1</ResaleAccountId>
    <StartDateTime>2025-04-24T05:01:00.1649475-07:00</StartDateTime>
    <TicketDesignId>1</TicketDesignId>
  </PerformancePriceTypeUpdateRequest>
  <PerformancePriceTypeUpdateRequest>
    <BaseIndicator>true</BaseIndicator>
    <DesignationCodeId>1</DesignationCodeId>
    <EndDateTime>2025-04-24T05:01:00.1649475-07:00</EndDateTime>
    <GlAccountId>1</GlAccountId>
    <PerformanceIds>sample string 1</PerformanceIds>
    <PriceLayerTypeIds>sample string 2</PriceLayerTypeIds>
    <PriceTypeIds>sample string 3</PriceTypeIds>
    <ResaleAccountId>1</ResaleAccountId>
    <StartDateTime>2025-04-24T05:01:00.1649475-07:00</StartDateTime>
    <TicketDesignId>1</TicketDesignId>
  </PerformancePriceTypeUpdateRequest>
</PerformancePriceTypeUpdateRequests>

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

No entries in change log for this operation.