Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/BatchTypes/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : Collection of BatchTypeSummary
Response object type Collection of BatchTypeSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Category | integer | ||||
CntlIndicator | boolean | ||||
Description | string | ||||
Id | integer | ||||
Inactive | boolean |
[
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"CntlIndicator": true,
"Category": 1
},
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"CntlIndicator": true,
"Category": 1
}
]
<BatchTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<BatchType>
<Category>1</Category>
<CntlIndicator>true</CntlIndicator>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</BatchType>
<BatchType>
<Category>1</Category>
<CntlIndicator>true</CntlIndicator>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</BatchType>
</BatchTypeSummaries>
No entries in change log for this operation.