BulkCopySets Test
TXN/BulkCopySets/{bulkCopySetId}/GetDayForCopy
Returns the packages and performances that will be copied for the daily bulk copy set
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/BulkCopySets/{bulkCopySetId}/GetDayForCopy

URI Parameters

Parameter Name Data Type Required Notes
bulkCopySetId integer N

Request Body

None.

No request body.

Response object type : BulkCopyDayForCopy

Response object type BulkCopyDayForCopy has the following properties.
Property Name Data Type Length Required Readonly Notes
Packages Collection of BulkCopyDayForCopyPackage
Performances Collection of BulkCopyDayForCopyPerformance
{
  "Packages": [
    {
      "Code": "sample string 1",
      "Description": "sample string 2",
      "Performances": [
        {
          "Code": "sample string 1",
          "Description": "sample string 2",
          "PerformanceDate": "2025-04-24T04:50:33.311285-07:00",
          "IncludeWithoutCopy": "sample string 4"
        },
        {
          "Code": "sample string 1",
          "Description": "sample string 2",
          "PerformanceDate": "2025-04-24T04:50:33.311285-07:00",
          "IncludeWithoutCopy": "sample string 4"
        }
      ]
    },
    {
      "Code": "sample string 1",
      "Description": "sample string 2",
      "Performances": [
        {
          "Code": "sample string 1",
          "Description": "sample string 2",
          "PerformanceDate": "2025-04-24T04:50:33.311285-07:00",
          "IncludeWithoutCopy": "sample string 4"
        },
        {
          "Code": "sample string 1",
          "Description": "sample string 2",
          "PerformanceDate": "2025-04-24T04:50:33.311285-07:00",
          "IncludeWithoutCopy": "sample string 4"
        }
      ]
    }
  ],
  "Performances": [
    {
      "Code": "sample string 1",
      "Description": "sample string 2",
      "PerformanceDate": "2025-04-24T04:50:33.311285-07:00",
      "IncludeWithoutCopy": "sample string 4"
    },
    {
      "Code": "sample string 1",
      "Description": "sample string 2",
      "PerformanceDate": "2025-04-24T04:50:33.311285-07:00",
      "IncludeWithoutCopy": "sample string 4"
    }
  ]
}
<BulkCopyDayForCopy xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Packages>
    <BulkCopyDayForCopyPackage>
      <Code>sample string 1</Code>
      <Description>sample string 2</Description>
      <Performances>
        <BulkCopyDayForCopyPerformance>
          <Code>sample string 1</Code>
          <Description>sample string 2</Description>
          <IncludeWithoutCopy>sample string 4</IncludeWithoutCopy>
          <PerformanceDate>2025-04-24T04:50:33.311285-07:00</PerformanceDate>
        </BulkCopyDayForCopyPerformance>
        <BulkCopyDayForCopyPerformance>
          <Code>sample string 1</Code>
          <Description>sample string 2</Description>
          <IncludeWithoutCopy>sample string 4</IncludeWithoutCopy>
          <PerformanceDate>2025-04-24T04:50:33.311285-07:00</PerformanceDate>
        </BulkCopyDayForCopyPerformance>
      </Performances>
    </BulkCopyDayForCopyPackage>
    <BulkCopyDayForCopyPackage>
      <Code>sample string 1</Code>
      <Description>sample string 2</Description>
      <Performances>
        <BulkCopyDayForCopyPerformance>
          <Code>sample string 1</Code>
          <Description>sample string 2</Description>
          <IncludeWithoutCopy>sample string 4</IncludeWithoutCopy>
          <PerformanceDate>2025-04-24T04:50:33.311285-07:00</PerformanceDate>
        </BulkCopyDayForCopyPerformance>
        <BulkCopyDayForCopyPerformance>
          <Code>sample string 1</Code>
          <Description>sample string 2</Description>
          <IncludeWithoutCopy>sample string 4</IncludeWithoutCopy>
          <PerformanceDate>2025-04-24T04:50:33.311285-07:00</PerformanceDate>
        </BulkCopyDayForCopyPerformance>
      </Performances>
    </BulkCopyDayForCopyPackage>
  </Packages>
  <Performances>
    <BulkCopyDayForCopyPerformance>
      <Code>sample string 1</Code>
      <Description>sample string 2</Description>
      <IncludeWithoutCopy>sample string 4</IncludeWithoutCopy>
      <PerformanceDate>2025-04-24T04:50:33.311285-07:00</PerformanceDate>
    </BulkCopyDayForCopyPerformance>
    <BulkCopyDayForCopyPerformance>
      <Code>sample string 1</Code>
      <Description>sample string 2</Description>
      <IncludeWithoutCopy>sample string 4</IncludeWithoutCopy>
      <PerformanceDate>2025-04-24T04:50:33.311285-07:00</PerformanceDate>
    </BulkCopyDayForCopyPerformance>
  </Performances>
</BulkCopyDayForCopy>

No entries in change log for this operation.