Fees Test
TXN/Fees/{id}
Get details of a fee.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Fees/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y

Request Body

None.

No request body.

Response object type : Fee

Response object type Fee has the following properties.
Property Name Data Type Length Required Readonly Notes
AllowNegativePercent boolean N
BusinessUnitId integer N
FK: TR_BU.id   Resource: BusinessUnits
Campaign CampaignSummary N
FK: T_CAMPAIGN.campaign_no   Resource: Campaigns
Category FeeCategorySummary N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
DesignationCode DesignationCodeSummary N
FK: TR_DESIG_CODE.id   Resource: DesignationCodes
EditIndicator boolean
EndAmount decimal number N
ExchangeFeeInd boolean N
FeeAmount decimal number N
FeeFrequency string N
FiscalYear integer N
GlAccount string N
FK: T_GL_ACCOUNT.gl_account_no
Id integer N
Inactive boolean N
NeverDelete boolean N
PercentIndicator boolean N
PercentRound integer N
Season SeasonSummary N
FK: TR_SEASON.id   Resource: Seasons
StartAmount decimal number N
Text1 string N
Text2 string N
UpdatedBy string N
UpdatedDateTime date N
UserDefinedIndicator boolean N
UserEditIndicator boolean N
{
  "AllowNegativePercent": true,
  "BusinessUnitId": 1,
  "Campaign": {
    "Id": 1,
    "Description": "sample string 1",
    "FYear": 1,
    "Inactive": true,
    "MembershipOrganization": {
      "Description": "sample string 1",
      "Id": 1,
      "EditIndicator": true
    }
  },
  "Category": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "Description": "sample string 1",
  "DesignationCode": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "UserEditIndicator": true,
  "EndAmount": 1.0,
  "ExchangeFeeInd": true,
  "FeeAmount": 1.0,
  "FeeFrequency": "sample string 3",
  "GlAccount": "sample string 4",
  "Id": 1,
  "FiscalYear": 1,
  "Inactive": true,
  "NeverDelete": true,
  "PercentIndicator": true,
  "PercentRound": 1,
  "Season": {
    "Id": 1,
    "Description": "sample string 1",
    "FYear": 1,
    "Inactive": true
  },
  "StartAmount": 1.0,
  "Text1": "sample string 6",
  "Text2": "sample string 7",
  "UserDefinedIndicator": true,
  "EditIndicator": true,
  "CreatedDateTime": "2025-04-24T05:25:27.3116259-07:00",
  "CreateLocation": "sample string 10",
  "CreatedBy": "sample string 11",
  "UpdatedDateTime": "2025-04-24T05:25:27.3116259-07:00",
  "UpdatedBy": "sample string 12"
}
<Fee xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AllowNegativePercent>true</AllowNegativePercent>
  <BusinessUnitId>1</BusinessUnitId>
  <Campaign>
    <Description>sample string 1</Description>
    <FYear>1</FYear>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <MembershipOrganization>
      <Description>sample string 1</Description>
      <EditIndicator>true</EditIndicator>
      <Id>1</Id>
    </MembershipOrganization>
  </Campaign>
  <Category>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Category>
  <CreateLocation>sample string 10</CreateLocation>
  <CreatedBy>sample string 11</CreatedBy>
  <CreatedDateTime>2025-04-24T05:25:27.3116259-07:00</CreatedDateTime>
  <Description>sample string 1</Description>
  <DesignationCode>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </DesignationCode>
  <EditIndicator>true</EditIndicator>
  <EndAmount>1</EndAmount>
  <ExchangeFeeInd>true</ExchangeFeeInd>
  <FeeAmount>1</FeeAmount>
  <FeeFrequency>sample string 3</FeeFrequency>
  <FiscalYear>1</FiscalYear>
  <GlAccount>sample string 4</GlAccount>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <NeverDelete>true</NeverDelete>
  <PercentIndicator>true</PercentIndicator>
  <PercentRound>1</PercentRound>
  <Season>
    <Description>sample string 1</Description>
    <FYear>1</FYear>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Season>
  <StartAmount>1</StartAmount>
  <Text1>sample string 6</Text1>
  <Text2>sample string 7</Text2>
  <UpdatedBy>sample string 12</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:25:27.3116259-07:00</UpdatedDateTime>
  <UserDefinedIndicator>true</UserDefinedIndicator>
  <UserEditIndicator>true</UserEditIndicator>
</Fee>
Change Version Description Contract Old New
Parameter Changed 15.0.0 id has been marked as required. Required