GET api/ledger/ledger-account-list/{USER_SEQ}/{TOKAN_NO}/{BOOK_SEQ}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
USER_SEQ

integer

Required

TOKAN_NO

string

Required

BOOK_SEQ

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListOfLadgerParty
NameDescriptionTypeAdditional information
BOOK_SEQ

integer

None.

BOOK_AC_SEQ

integer

None.

BOOK_NAME

string

None.

BOOK_AC

Collection of AccountList

None.

NAME_LIST

Collection of AccountList

None.

VOUCHER_NO

string

None.

STATUS

string

None.

MESSAGE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "BOOK_SEQ": 1,
  "BOOK_AC_SEQ": 2,
  "BOOK_NAME": "sample string 3",
  "BOOK_AC": [
    {
      "SEQ_NO": 1,
      "NAME": "sample string 2",
      "BALANCE": 1.0,
      "CR_DR": "sample string 3",
      "DESCRIPTION": "sample string 4",
      "MOB_NO": "sample string 5",
      "EMAIL_ID": "sample string 6",
      "USER_TYPE": "sample string 7",
      "PERSON_NAME": "sample string 8",
      "COMP_NAME": "sample string 9",
      "COUNTRY": "sample string 10"
    },
    {
      "SEQ_NO": 1,
      "NAME": "sample string 2",
      "BALANCE": 1.0,
      "CR_DR": "sample string 3",
      "DESCRIPTION": "sample string 4",
      "MOB_NO": "sample string 5",
      "EMAIL_ID": "sample string 6",
      "USER_TYPE": "sample string 7",
      "PERSON_NAME": "sample string 8",
      "COMP_NAME": "sample string 9",
      "COUNTRY": "sample string 10"
    }
  ],
  "NAME_LIST": [
    {
      "SEQ_NO": 1,
      "NAME": "sample string 2",
      "BALANCE": 1.0,
      "CR_DR": "sample string 3",
      "DESCRIPTION": "sample string 4",
      "MOB_NO": "sample string 5",
      "EMAIL_ID": "sample string 6",
      "USER_TYPE": "sample string 7",
      "PERSON_NAME": "sample string 8",
      "COMP_NAME": "sample string 9",
      "COUNTRY": "sample string 10"
    },
    {
      "SEQ_NO": 1,
      "NAME": "sample string 2",
      "BALANCE": 1.0,
      "CR_DR": "sample string 3",
      "DESCRIPTION": "sample string 4",
      "MOB_NO": "sample string 5",
      "EMAIL_ID": "sample string 6",
      "USER_TYPE": "sample string 7",
      "PERSON_NAME": "sample string 8",
      "COMP_NAME": "sample string 9",
      "COUNTRY": "sample string 10"
    }
  ],
  "VOUCHER_NO": "sample string 4",
  "STATUS": "sample string 5",
  "MESSAGE": "sample string 6"
}