PUT api/receipt/unclearfunds
Make cleared funds as uncleared.
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Command.Receipt.SetFundsAsUnclearedDataContractName | Description | Type | Additional information |
---|---|---|---|
LedgerEntryId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "LedgerEntryId": 1 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.