POST api/AccountReports/getLedger
Request Information
URI Parameters
None.
Body Parameters
SelectLedger| Name | Description | Type | Additional information |
|---|---|---|---|
| companyID | integer |
None. |
|
| ledgerID | integer |
None. |
|
| fromDate | date |
None. |
|
| toDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"companyID": 1,
"ledgerID": 2,
"fromDate": "2025-12-06T06:18:32.010294+01:00",
"toDate": "2025-12-06T06:18:32.010294+01:00"
}
application/xml, text/xml
Sample:
<SelectLedger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounts.Model"> <companyID>1</companyID> <fromDate>2025-12-06T06:18:32.010294+01:00</fromDate> <ledgerID>2</ledgerID> <toDate>2025-12-06T06:18:32.010294+01:00</toDate> </SelectLedger>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.