POST api/posting/uncleared

Get uncleared items in accounting system

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.Accounts.Ledger.Command.GetLedgerUnclearedItemsDataContract
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

PostingType

Dezrez.Rezi.Domain.Accounts.Enums.LedgerType

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetLedgerUnclearedItemsDataContract'.

application/json, text/json

Sample:
{
  "StartDate": "2024-03-29T08:47:36.8396932Z",
  "EndDate": "2024-03-29T08:47:36.8396932Z",
  "PostingType": 1
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.