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": "2023-02-06T04:08:30.7691708Z", "EndDate": "2023-02-06T04:08:30.7691708Z", "PostingType": 1 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.