PUT api/receipt/clearfunds
Make uncleared funds as cleared. Processes this receipt API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
The set funds as cleared data contract supplied with the request.
SetFundsAsClearedDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| LedgerEntryIds |
The unique identifiers of the related ledger entry resources. |
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
The response returned after the operation completes.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.