PUT api/receipt/unclearfunds

Make cleared funds as uncleared.

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.Accounts.Financial.Command.Receipt.SetFundsAsUnclearedDataContract
NameDescriptionTypeAdditional information
LedgerEntryId

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SetFundsAsUnclearedDataContract'.

application/json, text/json

Sample:
{
  "LedgerEntryId": 1
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.