POST api/posting/{accountId}/uncleared
Get uncleared items for account/ledger
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | integer |
Required |
Body Parameters
GetLedgerUnclearedItemsDataContractName | 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-07-31T06:59:33.1574675Z", "EndDate": "2025-07-31T06:59:33.1574675Z", "PostingType": 1 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.