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
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": "2025-07-05T20:19:48.6719923Z", "EndDate": "2025-07-05T20:19:48.6719923Z", "TransactionType": "sample string 1" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.