Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/BulkCopySets/{bulkCopySetId}/CopyDay |
URI Parameters
|
Request BodyRequest object type : BulkCopyDayRequest
|
{
"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.