POST api/AccountReports/GetBalanceSheet

Request Information

URI Parameters

None.

Body Parameters

SelectLedger
NameDescriptionTypeAdditional 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:31.7602774+01:00",
  "toDate": "2025-12-06T06:18:31.7602774+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:31.7602774+01:00</fromDate>
  <ledgerID>2</ledgerID>
  <toDate>2025-12-06T06:18:31.7602774+01:00</toDate>
</SelectLedger>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.