GET api/Fee?allocation={allocation}&runDate={runDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
allocation

string

Required

runDate

date

Required

Body Parameters

None.

Response Information

Resource Description

GiftAccountModel
NameDescriptionTypeAdditional information
Agency

string

None.

AllocationCode

string

None.

Purpose

string

None.

StartDate

date

None.

EndDate

date

None.

BenefittingUnit

string

None.

BenefittingUnitName

string

None.

GiftExpenseChart

string

None.

IsPlantAccount

boolean

None.

IsLoanPurpose

boolean

None.

KualiPayoutAccount

string

None.

InvestmentAccount

string

None.

GiftIncomeChart

string

None.

AssessmentRate

decimal number

None.

CampusGiftFeeRate

decimal number

None.

AnnualFundFeeRate

decimal number

None.

GiftIncomeAccount

string

None.

GiftExpenseAccount

string

None.

GiftExpenseSubAccount

string

None.

AssessmentAccount

string

None.

AssessmentChart

string

None.

UcFundNumber

string

None.

UcFundChart

string

None.

GiftFeeIncomeChart

string

None.

GiftFeeIncomeAccount

string

None.

GiftFeeIncomeObjectCode

string

None.

GiftFeeIncomeSubObjectCode

string

None.

FundName

string

None.

EndowmentPoolCode

string

None.

GiftUnexpendedBalanceChart

string

None.

GiftUnexpendedBalanceAccount

string

None.

FundIsCurrent

boolean

None.

FundIsQuasi

boolean

None.

FundIsEndowment

boolean

None.

IsShortTermInvestmentPool

boolean

None.

IsGeneralEndowmentPool

boolean

None.

FundingAccount

string

None.

FundingChart

string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "agency": "sample string 1",
  "allocationCode": "sample string 2",
  "purpose": "sample string 3",
  "startDate": "2025-04-29T05:58:47.414242-07:00",
  "endDate": "2025-04-29T05:58:47.414242-07:00",
  "benefittingUnit": "sample string 6",
  "benefittingUnitName": "sample string 7",
  "giftExpenseChart": "sample string 8",
  "isPlantAccount": true,
  "isLoanPurpose": false,
  "giftIncomeChart": "sample string 12",
  "assessmentRate": 13.1,
  "campusGiftFeeRate": 14.1,
  "annualFundFeeRate": 15.1,
  "giftIncomeAccount": "sample string 16",
  "giftExpenseAccount": "sample string 17",
  "giftExpenseSubAccount": "sample string 18",
  "assessmentAccount": "sample string 19",
  "assessmentChart": "sample string 20",
  "ucFundNumber": "sample string 21",
  "ucFundChart": "sample string 12",
  "giftFeeIncomeChart": "sample string 22",
  "giftFeeIncomeAccount": "sample string 23",
  "giftFeeIncomeObjectCode": "sample string 24",
  "giftFeeIncomeSubObjectCode": "sample string 25",
  "fundName": "sample string 26",
  "endowmentPoolCode": "sample string 27",
  "giftUnexpendedBalanceChart": "sample string 28",
  "giftUnexpendedBalanceAccount": "sample string 29",
  "fundIsCurrent": false,
  "fundIsQuasi": false,
  "fundIsEndowment": false,
  "isShortTermInvestmentPool": false,
  "isGeneralEndowmentPool": false,
  "fundingAccount": "sample string 16",
  "fundingChart": "sample string 12"
}

application/xml, text/xml

Sample:
<GiftAccountModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GivingService.Models">
  <Agency>sample string 1</Agency>
  <AllocationCode>sample string 2</AllocationCode>
  <AnnualFundFeeRate>15.1</AnnualFundFeeRate>
  <AssessmentAccount>sample string 19</AssessmentAccount>
  <AssessmentChart>sample string 20</AssessmentChart>
  <AssessmentRate>13.1</AssessmentRate>
  <BenefittingUnit>sample string 6</BenefittingUnit>
  <BenefittingUnitName>sample string 7</BenefittingUnitName>
  <CampusGiftFeeRate>14.1</CampusGiftFeeRate>
  <EndDate>2025-04-29T05:58:47.414242-07:00</EndDate>
  <EndowmentPoolCode>sample string 27</EndowmentPoolCode>
  <FundName>sample string 26</FundName>
  <GiftExpenseAccount>sample string 17</GiftExpenseAccount>
  <GiftExpenseChart>sample string 8</GiftExpenseChart>
  <GiftExpenseSubAccount>sample string 18</GiftExpenseSubAccount>
  <GiftFeeIncomeAccount>sample string 23</GiftFeeIncomeAccount>
  <GiftFeeIncomeChart>sample string 22</GiftFeeIncomeChart>
  <GiftFeeIncomeObjectCode>sample string 24</GiftFeeIncomeObjectCode>
  <GiftFeeIncomeSubObjectCode>sample string 25</GiftFeeIncomeSubObjectCode>
  <GiftIncomeAccount>sample string 16</GiftIncomeAccount>
  <GiftIncomeChart>sample string 12</GiftIncomeChart>
  <GiftUnexpendedBalanceAccount>sample string 29</GiftUnexpendedBalanceAccount>
  <GiftUnexpendedBalanceChart>sample string 28</GiftUnexpendedBalanceChart>
  <IsPlantAccount>true</IsPlantAccount>
  <Purpose>sample string 3</Purpose>
  <StartDate>2025-04-29T05:58:47.414242-07:00</StartDate>
  <UcFundNumber>sample string 21</UcFundNumber>
</GiftAccountModel>