GET api/ledger/check-ledger/{USER_SEQ}/{TOKAN_NO}/{LEDGER_DET_SEQ}/{isChecked}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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"
}