© 2024 Clarivate
GET /api/.../funds/{id}
Returns a single fund
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the fund. |
{
"FiscalYearID": 78,
"FundID": 334,
"FundEncExpOptionID": null,
"FundStatusID": 4,
"AlternativeName": "GLEDVD",
"AmtExpYTD": 6881.33,
"BegAllocation": 15000,
"CarryOverAlloc": 0,
"CreationDate": "2006-12-29T11:32:20.293-05:00",
"CreatorID": 1,
"DepFundsUsed": null,
"EncLimFreeBal": false,
"EncLimPercentAlloc": 0,
"EncLimPerItem": 21000,
"EncLimPerOrder": 21000,
"EncLimTotCurrEnc": 21000,
"ExpLimFreeBal": false,
"ExpLimPerItem": 21000,
"ExpLimPerOrder": 21000,
"ExpLimTotExp": 21000,
"ExtName": null,
"FreeBal": 0,
"FreeDepBal": 0,
"FundingSource": "",
"IsParent": false,
"ModificationDate": "2007-12-20T12:47:09.947-05:00",
"OrganizationID": 29,
"ManDecrAmt": null,
"ManIncrAmt": null,
"ModifierID": 349,
"Name": "Adult DVD",
"OverExpAllow": 0,
"ParentFundFiscalYearID": 78,
"ParentFundID": 325,
"PerExpYTD": null,
"StatusDate": "2007-12-31T10:35:34.183-05:00",
"TotAlloc": 21000,
"TotAmtDep": 0,
"TotCurrEnc": 0,
"TotExp": 21000,
"TransfersAllowed": true,
"PercentExpYTD": 100,
"DonorID": 817,
"Donor": {
"DonorID": 817,
"FirstName": "First",
"MiddleName": "middle",
"LastName": "Last",
"CorporateName": "donor",
"Phone": "5551234565",
"Fax": "5551234565",
"Email": "nomail@noplace.com",
"MemorialNote": "Elizabeth Reed",
"DescriptionNote": "described",
"RestrictionNote": "restrictions",
"RenewalDate": "2009-08-22T00:00:00-04:00",
"AddressID": 1081386,
"Address": {
"AddressID": 1081386,
"PostalCodeID": 874598,
"PostalCode": {
"PostalCodeID": 874598,
"Code": "12345",
"City": "Woldford",
"State": "NY",
"CountryID": 1,
"Country": {
"CountryID": 1,
"Name": "USA",
"PostalCodeFormat": "99999-9999",
"PostalCodeLength": 5,
"MinZipCodeLength": 0,
"StateRequired": true
},
"County": "oneida"
},
"StreetOne": "1 main st",
"StreetTwo": "2 main st",
"StreetThree": null,
"ZipPlusFour": null,
"MunicipalityName": null
}
},
"CategoryID": null,
"TypeID": 1,
"Note": "",
"Display": true,
"CreatorName": "creator",
"ModifierName": "modifier",
"FundStatusDescription": "status desc",
"FundTypeDescription": "type desc",
"HasTransactionHistory": true
}
Code | Description |
---|---|
200 | OK. Success |