Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/BulkCopySets/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
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.