Performances Test
TXN/Performances/Copy
Copy existing performance to a new performance with options.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Performances/Copy

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : PerformanceCopyRequest

Request object type PerformanceCopyRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
AvailSaleIndicator boolean
Code string
CopyCredits boolean
CopyNotes boolean
CopyOffers boolean
CopyPriceEvents boolean
CopyPriceLayers boolean
DateTime date
DefaultSaleDateOption DateOption
Description string
ModeOfSaleDateOption DateOption
PriceEventDateOption PriceEventDateOption
PriceTypeDateOption DateOption
ProductionSeasonId integer
PublishDateOption DateOption
ShortName string
SourcePerformanceId integer
StatusId integer
TimeSlotId integer
TypeId integer
{
  "AvailSaleIndicator": true,
  "Code": "sample string 2",
  "CopyCredits": true,
  "CopyNotes": true,
  "CopyOffers": true,
  "CopyPriceLayers": true,
  "CopyPriceEvents": true,
  "DateTime": "2025-04-24T05:14:54.0148819-07:00",
  "DefaultSaleDateOption": 0,
  "Description": "sample string 8",
  "ModeOfSaleDateOption": 0,
  "PriceTypeDateOption": 0,
  "PriceEventDateOption": 0,
  "PublishDateOption": 0,
  "SourcePerformanceId": 9,
  "StatusId": 10,
  "TypeId": 11,
  "ProductionSeasonId": 12,
  "ShortName": "sample string 13",
  "TimeSlotId": 14
}
<PerformanceCopyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AvailSaleIndicator>true</AvailSaleIndicator>
  <Code>sample string 2</Code>
  <CopyCredits>true</CopyCredits>
  <CopyNotes>true</CopyNotes>
  <CopyOffers>true</CopyOffers>
  <CopyPriceEvents>true</CopyPriceEvents>
  <CopyPriceLayers>true</CopyPriceLayers>
  <DateTime>2025-04-24T05:14:54.0148819-07:00</DateTime>
  <DefaultSaleDateOption>ActualDates</DefaultSaleDateOption>
  <Description>sample string 8</Description>
  <ModeOfSaleDateOption>ActualDates</ModeOfSaleDateOption>
  <PriceEventDateOption>ActualDates</PriceEventDateOption>
  <PriceTypeDateOption>ActualDates</PriceTypeDateOption>
  <ProductionSeasonId>12</ProductionSeasonId>
  <PublishDateOption>ActualDates</PublishDateOption>
  <ShortName>sample string 13</ShortName>
  <SourcePerformanceId>9</SourcePerformanceId>
  <StatusId>10</StatusId>
  <TimeSlotId>14</TimeSlotId>
  <TypeId>11</TypeId>
</PerformanceCopyRequest>

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.