Sources Test
Finance/Sources/Summary?appealIds={appealIds}&activeOnly={activeOnly}
Get summary of all Sources.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Finance/Sources/Summary?appealIds={appealIds}&activeOnly={activeOnly}

URI Parameters

Parameter Name Data Type Required Notes
appealIds string N
activeOnly boolean N

Request Body

None.

No request body.

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.