GET api/ledger/check-ledger/{USER_SEQ}/{TOKAN_NO}/{LEDGER_DET_SEQ}/{isChecked}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_SEQ | integer |
Required |
|
| TOKAN_NO | string |
Required |
|
| LEDGER_DET_SEQ | integer |
Required |
|
| isChecked | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | string |
None. |
|
| MESSAGE | string |
None. |
|
| VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": "sample string 1",
"MESSAGE": "sample string 2",
"VALUE": "sample string 3"
}