POST api/posting/uncleared
Get uncleared items in accounting system
Request Information
URI Parameters
None.
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:39:21.7782128Z", "EndDate": "2024-11-21T09:39:21.7782128Z", "PostingType": 1 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.