BulkCopySets Test
TXN/BulkCopySets/{bulkCopySetId}/CopyEvent
Copies the performance specified in the bulk copy set to the date and time specified in the request.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/BulkCopySets/{bulkCopySetId}/CopyEvent

URI Parameters

Parameter Name Data Type Required Notes
bulkCopySetId integer Y

Request Body

Request object type : BulkCopyEventRequest

Request object type BulkCopyEventRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
CopyToDate date
PerformanceCodeCounter integer
{
  "CopyToDate": "2025-04-24T04:50:33.9363134-07:00",
  "PerformanceCodeCounter": 2
}
<BulkCopyEventRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tessitura.Service.Client.Txn">
  <CopyToDate>2025-04-24T04:50:33.9363134-07:00</CopyToDate>
  <PerformanceCodeCounter>2</PerformanceCodeCounter>
</BulkCopyEventRequest>

Response object type : PerformanceSummary

Response object type PerformanceSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Code string 10 Y The Performance Code.
DefaultEndSaleDateTime date N The default end date and time for price types and modes of sale when added to the performance in the application.
DefaultStartSaleDateTime date N The default start date and time for price types and modes of sale when added to the performance in the application.
Description string Y
Duration integer N
FacilityId integer Y Facility ID.
Id integer N Performance ID.Auto-assigned
PerformanceDateTime date Y
ProductionSeason Entity Production Season Summary.
Season SeasonSummary Y Season summary: ID, Description, FYear, and Inactive flag.
TimeSlot TimeSlotSummary N Time slot summary: ID, Description, and Inactive flag.
ZoneMapId integer Y Price zone map ID.
{
  "Id": 1,
  "Code": "sample string 1",
  "DefaultEndSaleDateTime": "2025-04-24T04:50:33.9363134-07:00",
  "DefaultStartSaleDateTime": "2025-04-24T04:50:33.9363134-07:00",
  "PerformanceDateTime": "2025-04-24T04:50:33.9363134-07:00",
  "ProductionSeason": {
    "Id": 1
  },
  "Duration": 1,
  "TimeSlot": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "ZoneMapId": 3,
  "FacilityId": 4,
  "Description": "sample string 5",
  "Season": {
    "Id": 1,
    "Description": "sample string 1",
    "FYear": 1,
    "Inactive": true
  }
}
<PerformanceSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Code>sample string 1</Code>
  <DefaultEndSaleDateTime>2025-04-24T04:50:33.9363134-07:00</DefaultEndSaleDateTime>
  <DefaultStartSaleDateTime>2025-04-24T04:50:33.9363134-07:00</DefaultStartSaleDateTime>
  <Description>sample string 5</Description>
  <Duration>1</Duration>
  <FacilityId>4</FacilityId>
  <Id>1</Id>
  <PerformanceDateTime>2025-04-24T04:50:33.9363134-07:00</PerformanceDateTime>
  <ProductionSeason>
    <Id>1</Id>
  </ProductionSeason>
  <Season>
    <Description>sample string 1</Description>
    <FYear>1</FYear>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Season>
  <TimeSlot>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </TimeSlot>
  <ZoneMapId>3</ZoneMapId>
</PerformanceSummary>

No entries in change log for this operation.