BulkCopySets Test
TXN/BulkCopySets/{bulkCopySetId}/CopyDay
Copies the packages, performances groups and performances from a day defined in the bulk copy set to the day specified in the request.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/BulkCopySets/{bulkCopySetId}/CopyDay

URI Parameters

Parameter Name Data Type Required Notes
bulkCopySetId integer Y

Request Body

Request object type : BulkCopyDayRequest

Request object type BulkCopyDayRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
CopyToDate date Y Date to copy the performances and or packages to.
PackageCodeCounter integer N This number is used in the Package Code of the newly copied package. # in the package code template are replaced, e.g. PKG## becomes PKG10 where PackageCodeCounter is 10.
PerformanceCodeCounter integer N This number is used in the Performance Code of the newly copied performance. # in the performance code template are replaced, e.g. PERF## becomes PERF10 where PerformanceCodeCounter is 10.
{
  "PerformanceCodeCounter": 1,
  "PackageCodeCounter": 2,
  "CopyToDate": "2025-04-24T05:00:59.0715191-07:00"
}
<BulkCopyDayRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CopyToDate>2025-04-24T05:00:59.0715191-07:00</CopyToDate>
  <PackageCodeCounter>2</PackageCodeCounter>
  <PerformanceCodeCounter>1</PerformanceCodeCounter>
</BulkCopyDayRequest>

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.