POST services/api/v1/Get_LedgerReportForTransactionDetails
Request Information
URI Parameters
None.
Body Parameters
TransactionDetailsLedger_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| Fromdate | date |
None. |
|
| Todate | date |
None. |
|
| BranchId | integer |
None. |
|
| LedgerId | integer |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fromdate": "2026-09-09T15:23:41.7063202+04:00",
"Todate": "2026-09-09T15:23:41.7063202+04:00",
"BranchId": 3,
"LedgerId": 4,
"Type": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TransactiondtailsLedger_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| transno | integer |
None. |
|
| Date | date |
None. |
|
| VoucherNo | string |
None. |
|
| Particulars | string |
None. |
|
| Debit | decimal number |
None. |
|
| Credit | decimal number |
None. |
|
| Balance | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"transno": 1,
"Date": "2026-09-09T15:23:41.7219476+04:00",
"VoucherNo": "sample string 3",
"Particulars": "sample string 4",
"Debit": 5.0,
"Credit": 6.0,
"Balance": 7.0
},
{
"transno": 1,
"Date": "2026-09-09T15:23:41.7219476+04:00",
"VoucherNo": "sample string 3",
"Particulars": "sample string 4",
"Debit": 5.0,
"Credit": 6.0,
"Balance": 7.0
}
]