POST api/AccountsReports/PrintAccountLedger
Request Information
URI Parameters
None.
Body Parameters
PrintAccountLedgerFilterName | Description | Type | Additional information |
---|---|---|---|
FromDate | string |
None. |
|
ToDate | string |
None. |
|
AccountNo | string |
None. |
|
OfficeID | integer |
None. |
|
IsWithoutOpening | boolean |
None. |
|
InvoiceType | string |
None. |
|
IsSMLedger | boolean |
None. |
|
IsExtentedLedger | boolean |
None. |
|
IsWithoutRate | boolean |
None. |
|
IsWithInventory | boolean |
None. |
|
IsOtherCurrency | boolean |
None. |
|
IsShowProducts | boolean |
None. |
|
IsWithPackName | boolean |
None. |
|
IsWithFreight | boolean |
None. |
|
IsWithoutTotal | boolean |
None. |
|
IsWithLogo | boolean |
None. |
|
IsA5 | boolean |
None. |
|
Currency | string |
None. |
|
IsWithDocx | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromDate": "sample string 1", "ToDate": "sample string 2", "AccountNo": "sample string 3", "OfficeID": 4, "IsWithoutOpening": true, "InvoiceType": "sample string 6", "IsSMLedger": true, "IsExtentedLedger": true, "IsWithoutRate": true, "IsWithInventory": true, "IsOtherCurrency": true, "IsShowProducts": true, "IsWithPackName": true, "IsWithFreight": true, "IsWithoutTotal": true, "IsWithLogo": true, "IsA5": true, "Currency": "sample string 18", "IsWithDocx": true }
application/xml, text/xml
Sample:
<PrintAccountLedgerFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <AccountNo>sample string 3</AccountNo> <Currency>sample string 18</Currency> <FromDate>sample string 1</FromDate> <InvoiceType>sample string 6</InvoiceType> <IsA5>true</IsA5> <IsExtentedLedger>true</IsExtentedLedger> <IsOtherCurrency>true</IsOtherCurrency> <IsSMLedger>true</IsSMLedger> <IsShowProducts>true</IsShowProducts> <IsWithDocx>true</IsWithDocx> <IsWithFreight>true</IsWithFreight> <IsWithInventory>true</IsWithInventory> <IsWithLogo>true</IsWithLogo> <IsWithPackName>true</IsWithPackName> <IsWithoutOpening>true</IsWithoutOpening> <IsWithoutRate>true</IsWithoutRate> <IsWithoutTotal>true</IsWithoutTotal> <OfficeID>4</OfficeID> <ToDate>sample string 2</ToDate> </PrintAccountLedgerFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |