GET api/TrusteeReportFund/{id}
Documentation for 'GetTrusteeReportFund'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "FundId": 1, "ChurchId": 2, "FundName": "sample string 3", "DateReceived": "2021-02-26T23:45:32.5472422-05:00", "Amount": 4.0, "WhereInvested": "sample string 5", "Income": 6.0, "IncomeUse": "sample string 7", "WorkbookId": 8 }
application/xml, text/xml
Sample:
<TrusteeReportFund xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeConference.Models"> <Amount>4</Amount> <ChurchId>2</ChurchId> <DateReceived>2021-02-26T23:45:32.5472422-05:00</DateReceived> <FundId>1</FundId> <FundName>sample string 3</FundName> <Income>6</Income> <IncomeUse>sample string 7</IncomeUse> <WhereInvested>sample string 5</WhereInvested> <WorkbookId>8</WorkbookId> </TrusteeReportFund>