BulkCopySets Test
TXN/BulkCopySets/Summary
Get a summary of all bulk copy sets.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/BulkCopySets/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of BulkCopySetSummary

Response object type Collection of BulkCopySetSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Id integer N
Inactive boolean N
SetDescription string N
SetType integer N
[
  {
    "Inactive": true,
    "SetDescription": "sample string 2",
    "Id": 1,
    "SetType": 3
  },
  {
    "Inactive": true,
    "SetDescription": "sample string 2",
    "Id": 1,
    "SetType": 3
  }
]
<BulkCopySetSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BulkCopySetSummary>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <SetDescription>sample string 2</SetDescription>
    <SetType>3</SetType>
  </BulkCopySetSummary>
  <BulkCopySetSummary>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <SetDescription>sample string 2</SetDescription>
    <SetType>3</SetType>
  </BulkCopySetSummary>
</BulkCopySetSummaries>

No entries in change log for this operation.