GET api/ledger/party-receivable-outstanding/{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
ResponseReceivable| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| data | Collection of VIEW_RECEIVABLE_OUTSTANDING |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2",
"data": [
{
"SR": 1,
"LEDGER_SEQ": 1,
"LEDGER_DET_SEQ": 2,
"BOOK_SEQ": 1,
"BOOK_NAME": "sample string 3",
"BOOK_AC_SEQ": 1,
"ACCOUNT_NAME": "sample string 4",
"P_ACCOUNT_NAME": "sample string 5",
"TRANS_DATE": "sample string 6",
"VOUCHER_NO": "sample string 7",
"INVOICE_NO": "sample string 8",
"NAME_SEQ": 1,
"COMP_NAME": "sample string 9",
"FULL_NAME": "sample string 10",
"TOTAL_AMOUNT": 1.0,
"CURRENCY": "sample string 11",
"PENDING_AMOUNT": 1.0,
"CR_DR": "sample string 12",
"TRANS_SEQ": 1,
"PUR_SEQ": 1,
"CHECHED": true,
"ADJUST_AMOUNT": 13.0,
"REMAIN_AMOUNT": 14.0
},
{
"SR": 1,
"LEDGER_SEQ": 1,
"LEDGER_DET_SEQ": 2,
"BOOK_SEQ": 1,
"BOOK_NAME": "sample string 3",
"BOOK_AC_SEQ": 1,
"ACCOUNT_NAME": "sample string 4",
"P_ACCOUNT_NAME": "sample string 5",
"TRANS_DATE": "sample string 6",
"VOUCHER_NO": "sample string 7",
"INVOICE_NO": "sample string 8",
"NAME_SEQ": 1,
"COMP_NAME": "sample string 9",
"FULL_NAME": "sample string 10",
"TOTAL_AMOUNT": 1.0,
"CURRENCY": "sample string 11",
"PENDING_AMOUNT": 1.0,
"CR_DR": "sample string 12",
"TRANS_SEQ": 1,
"PUR_SEQ": 1,
"CHECHED": true,
"ADJUST_AMOUNT": 13.0,
"REMAIN_AMOUNT": 14.0
}
]
}