POST api/account/{id}/ledger

Retrieve ledger posting details for an account

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

GetLedgerItemsDataContract
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

TransactionType

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "StartDate": "2025-07-05T20:19:48.6719923Z",
  "EndDate": "2025-07-05T20:19:48.6719923Z",
  "TransactionType": "sample string 1"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.