POST api/posting/{accountId}/uncleared

Get uncleared items for account/ledger Processes this posting API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

The unique identifier of the account resource.

integer

Required

Body Parameters

The get ledger uncleared items data contract supplied with the request.

GetLedgerUnclearedItemsDataContract
NameDescriptionTypeAdditional information
StartDate

The start date, expressed as a date and time.

date

None.

EndDate

The end date, expressed as a date and time.

date

None.

PostingType

The posting type classification.

LedgerType

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "StartDate": "2026-07-23T08:16:59.1304985Z",
  "EndDate": "2026-07-23T08:16:59.1304985Z",
  "PostingType": 1
}

Response Information

Resource Description

The response returned after the operation completes.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.