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
GetLedgerItemsDataContract| Name | 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-11-18T14:08:25.0465185Z",
"EndDate": "2025-11-18T14:08:25.0465185Z",
"TransactionType": "sample string 1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.