POST api/account/{id}/ledger

Retrieve ledger posting details for an account

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Dezrez.Core.DataContracts.Accounts.Financial.Query.Ledger.GetLedgerItemsDataContract
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

TransactionType

string

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

application/json, text/json

Sample:
{
  "StartDate": "2024-04-19T00:16:08.5544008Z",
  "EndDate": "2024-04-19T00:16:08.5544008Z",
  "TransactionType": "sample string 1"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.