POST api/account/{id}/ledger
Retrieve ledger posting details for an account
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Query.Ledger.GetLedgerItemsDataContractName | Description | Type | Additional 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": "2024-11-21T09:39:14.4486105Z", "EndDate": "2024-11-21T09:39:14.4486105Z", "TransactionType": "sample string 1" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.