PUT api/TrusteeReportFund/{id}
Documentation for 'PutTrusteeReportFund'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
trusteereportfund | Documentation for 'trusteereportfund'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "FundId": 1, "ChurchId": 2, "FundName": "sample string 3", "DateReceived": "2021-03-05T02:05:48.9903281-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-03-05T02:05:48.9903281-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>
application/x-www-form-urlencoded
Sample:
Sample not available.