POST api/posting/{accountId}/uncleared

Get uncleared items for account/ledger

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

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:

Sample not available.

application/json, text/json

Sample:
{
  "StartDate": "2024-03-28T17:40:50.9039657Z",
  "EndDate": "2024-03-28T17:40:50.9039657Z",
  "PostingType": 1
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.