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
Dezrez.Core.DataContracts.Accounts.Ledger.Command.GetLedgerUnclearedItemsDataContractName | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
PostingType | Dezrez.Rezi.Domain.Accounts.Enums.LedgerType |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "StartDate": "2024-11-21T09:34:10.1501513Z", "EndDate": "2024-11-21T09:34:10.1501513Z", "PostingType": 1 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.