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