POST api/account/{id}/ledger

Retrieve ledger posting details for an account Processes this account API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the requested resource.

integer

Required

Body Parameters

The get ledger items data contract supplied with the request.

GetLedgerItemsDataContract
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.

TransactionType

The transaction type value.

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "StartDate": "2026-07-23T08:19:16.3578445Z",
  "EndDate": "2026-07-23T08:19:16.3578445Z",
  "TransactionType": "sample string 1"
}

Response Information

Resource Description

The response returned after the operation completes.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.