Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Finance/Sources/Summary?appealIds={appealIds}&activeOnly={activeOnly} |
URI Parameters
|
Request BodyNone. |
Response object type : Collection of SourceSummary
Response object type Collection of SourceSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Appeal | AppealSummary | ||||
Description | string | ||||
Id | integer | ||||
Inactive | boolean |
[
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"Appeal": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
},
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"Appeal": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
}
]
<SourceSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Source>
<Appeal>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</Appeal>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</Source>
<Source>
<Appeal>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</Appeal>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</Source>
</SourceSummaries>
No entries in change log for this operation.