Fees Test
TXN/Fees/Summary?seasonId={seasonId}&userDefined={userDefined}&feeCategoryIds={feeCategoryIds}
Get summary representation of all fees.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Fees/Summary?seasonId={seasonId}&userDefined={userDefined}&feeCategoryIds={feeCategoryIds}

URI Parameters

Parameter Name Data Type Required Notes
seasonId integer N
userDefined boolean N
feeCategoryIds string N

Request Body

None.

No request body.

Response object type : Collection of FeeSummary

Response object type Collection of FeeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Category FeeCategorySummary
Description string
EditIndicator boolean
FeeAmount decimal number
Id integer
Inactive boolean
Season SeasonSummary
UserDefinedIndicator boolean
[
  {
    "Description": "sample string 1",
    "FeeAmount": 1.0,
    "Inactive": true,
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    },
    "Category": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "UserDefinedIndicator": true,
    "Id": 1,
    "EditIndicator": true
  },
  {
    "Description": "sample string 1",
    "FeeAmount": 1.0,
    "Inactive": true,
    "Season": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true
    },
    "Category": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "UserDefinedIndicator": true,
    "Id": 1,
    "EditIndicator": true
  }
]
<FeeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <FeeSummary>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Category>
    <Description>sample string 1</Description>
    <EditIndicator>true</EditIndicator>
    <FeeAmount>1</FeeAmount>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Season>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Season>
    <UserDefinedIndicator>true</UserDefinedIndicator>
  </FeeSummary>
  <FeeSummary>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Category>
    <Description>sample string 1</Description>
    <EditIndicator>true</EditIndicator>
    <FeeAmount>1</FeeAmount>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Season>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Season>
    <UserDefinedIndicator>true</UserDefinedIndicator>
  </FeeSummary>
</FeeSummaries>

No entries in change log for this operation.