GET api/report/balance-sheet/{USER_SEQ}/{TOKAN_NO}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
USER_SEQ | integer |
Required |
|
TOKAN_NO | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseBalanceSheetName | Description | Type | Additional information |
---|---|---|---|
Status | string |
None. |
|
Message | string |
None. |
|
data | Collection of VIEW_BALANCE_SHEET |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "Message": "sample string 2", "data": [ { "SEQ_NO": 1, "NAME": "sample string 2", "AC_TYPE": "sample string 3", "BS_HEAD": "sample string 4", "AMOUNT": 1.0 }, { "SEQ_NO": 1, "NAME": "sample string 2", "AC_TYPE": "sample string 3", "BS_HEAD": "sample string 4", "AMOUNT": 1.0 } ] }