GET api/Ledger2
Generates Ledger Report and returns path to PDF file [as message parameter]
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
clsPkgBase| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode |
Status code: 200 if successful, 500 if Error |
integer |
None. |
| Message |
Error message in case of error, else relevant information |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": 1,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<clsPkgBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIReports"> <Message>sample string 2</Message> <StatusCode>1</StatusCode> </clsPkgBase>