POST api/posting/uncleared
Get uncleared items in accounting system
Request Information
URI Parameters
None.
Body Parameters
GetLedgerUnclearedItemsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| PostingType | LedgerType |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"StartDate": "2025-11-18T14:06:58.0716089Z",
"EndDate": "2025-11-18T14:06:58.0716089Z",
"PostingType": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.