GET api/ledger/account-dashboard/{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
ResponseAcDashboard| Name | Description | Type | Additional information |
|---|---|---|---|
| TOP_DATA | Collection of AcDashTransSummary |
None. |
|
| OUTSTAND_DATA | AcDashOutstandingSummary |
None. |
|
| STATUS | string |
None. |
|
| MESSAGE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TOP_DATA": [
{
"FULL_NAME": "sample string 1",
"BALANCE": 1.0,
"CR_DR": "sample string 2",
"USER_TYPE": "sample string 3",
"SEQ_NO": 4
},
{
"FULL_NAME": "sample string 1",
"BALANCE": 1.0,
"CR_DR": "sample string 2",
"USER_TYPE": "sample string 3",
"SEQ_NO": 4
}
],
"OUTSTAND_DATA": {
"UNPAID_RECEIVABLE": 1.0,
"UNPAID_PAYABLE": 1.0,
"OVERDUE_RECEIVABLE": 1.0,
"OVERDUE_PAYABLE": 1.0,
"TODAY_RECEIVABLE": 1.0,
"TODAY_PAYABLE": 1.0,
"WEEK_RECEIVABLE": 1.0,
"WEEK_PAYABLE": 1.0
},
"STATUS": "sample string 1",
"MESSAGE": "sample string 2"
}