POST api/posting/uncleared
Get uncleared items in accounting system Processes this posting API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
The get ledger uncleared items data contract supplied with the request.
GetLedgerUnclearedItemsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate |
The start date, expressed as a date and time. |
date |
None. |
| EndDate |
The end date, expressed as a date and time. |
date |
None. |
| PostingType |
The posting type classification. |
LedgerType |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"StartDate": "2026-07-23T08:12:17.4186477Z",
"EndDate": "2026-07-23T08:12:17.4186477Z",
"PostingType": 1
}
Response Information
Resource Description
The response returned after the operation completes.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.