GET api/ledger/ledger-report/{USER_SEQ}/{TOKAN_NO}/{NAME_SEQ}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_SEQ | integer |
Required |
|
| TOKAN_NO | string |
Required |
|
| NAME_SEQ | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseLedger| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| data | Collection of VIEW_LEDGER_REPORT |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2",
"data": [
{
"SR": 1,
"TRANS_DATE": "sample string 1",
"LEDGER_DET_SEQ": 2,
"NAME_SEQ": 1,
"P_NAME_SEQ": 1,
"ACCOUNT": "sample string 3",
"P_ACCOUNT": "sample string 4",
"DEBIT_AMOUNT": 1.0,
"CREDIT_AMOUNT": 1.0,
"BALANCE": 5.0,
"CURRENCY": "sample string 6",
"VOUCHER_NO": "sample string 7",
"INVOICE_NO": "sample string 8",
"NARRATION": "sample string 9",
"AC_YEAR_SEQ": 1,
"COMP_SEQ": 1,
"TRANS_SEQ": 1,
"PUR_SEQ": 1,
"CHECKED": true,
"BOOK_SEQ": 1
},
{
"SR": 1,
"TRANS_DATE": "sample string 1",
"LEDGER_DET_SEQ": 2,
"NAME_SEQ": 1,
"P_NAME_SEQ": 1,
"ACCOUNT": "sample string 3",
"P_ACCOUNT": "sample string 4",
"DEBIT_AMOUNT": 1.0,
"CREDIT_AMOUNT": 1.0,
"BALANCE": 5.0,
"CURRENCY": "sample string 6",
"VOUCHER_NO": "sample string 7",
"INVOICE_NO": "sample string 8",
"NARRATION": "sample string 9",
"AC_YEAR_SEQ": 1,
"COMP_SEQ": 1,
"TRANS_SEQ": 1,
"PUR_SEQ": 1,
"CHECKED": true,
"BOOK_SEQ": 1
}
]
}