POST api/access/login

Request Information

URI Parameters

None.

Body Parameters

LoginUser
NameDescriptionTypeAdditional information
USER_NAME

string

None.

PASSWORD

string

None.

DEVICE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_NAME": "sample string 1",
  "PASSWORD": "sample string 2",
  "DEVICE": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoginUser'.

Response Information

Resource Description

AuthorizedUser
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

TOKAN_NO

string

None.

USER_GUID

string

None.

FULL_NAME

string

None.

USER_NAME

string

None.

PASSWORD

string

None.

IS_ACTIVE

boolean

None.

MOB_NO

string

None.

COUNTRY_CODE

string

None.

EMAIL_ID

string

None.

USER_TYPE

string

None.

COMP_NAME

string

None.

ADDRESS_1

string

None.

ADDRESS_2

string

None.

CITY

string

None.

STATE

string

None.

COUNTRY

string

None.

USER_SEQ

integer

None.

STATUS

string

None.

MESSAGE

string

None.

SKYPE_ID

string

None.

RAPNET_ID

string

None.

SPECIAL_OFF

decimal number

None.

ONLINE_OFF

decimal number

None.

ONLINE_DISC_OFF

decimal number

None.

APPLY_OFF

boolean

None.

WECHAT_ID

string

None.

BASE_COMP_SEQ

integer

None.

AC_YEAR_SEQ

integer

None.

BASE_CURRENCY

string

None.

OTHER_CURRENCY_EXCHANGE_RATE

string

None.

AC_YEAR

string

None.

SGST_PER

decimal number

None.

CGST_PER

decimal number

None.

IGST_PER

decimal number

None.

USER_PIC

string

None.

SUPPORT_SEQ

integer

None.

SUPPORT_NAME

string

None.

SUPPORT_MOBILE_NO

string

None.

SUPPORT_COUNTRY_CODE

string

None.

SUPPORT_EMAIL_ID

string

None.

SUPPORT_SKYPE

string

None.

SUPPORT_WECHAT_ID

string

None.

ALLOW_WEEKLY_VOLUME_DISCOUNT

boolean

None.

VOLUME_DISC_TYPE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SEQ_NO": 1,
  "TOKAN_NO": "sample string 2",
  "USER_GUID": "sample string 3",
  "FULL_NAME": "sample string 4",
  "USER_NAME": "sample string 5",
  "PASSWORD": "sample string 6",
  "IS_ACTIVE": true,
  "MOB_NO": "sample string 8",
  "COUNTRY_CODE": "sample string 9",
  "EMAIL_ID": "sample string 10",
  "USER_TYPE": "sample string 11",
  "COMP_NAME": "sample string 12",
  "ADDRESS_1": "sample string 13",
  "ADDRESS_2": "sample string 14",
  "CITY": "sample string 15",
  "STATE": "sample string 16",
  "COUNTRY": "sample string 17",
  "USER_SEQ": 18,
  "STATUS": "sample string 19",
  "MESSAGE": "sample string 20",
  "SKYPE_ID": "sample string 21",
  "RAPNET_ID": "sample string 22",
  "SPECIAL_OFF": 1.0,
  "ONLINE_OFF": 1.0,
  "ONLINE_DISC_OFF": 1.0,
  "APPLY_OFF": true,
  "WECHAT_ID": "sample string 23",
  "BASE_COMP_SEQ": 24,
  "AC_YEAR_SEQ": 25,
  "BASE_CURRENCY": "sample string 26",
  "OTHER_CURRENCY_EXCHANGE_RATE": "sample string 27",
  "AC_YEAR": "sample string 28",
  "SGST_PER": 1.0,
  "CGST_PER": 1.0,
  "IGST_PER": 1.0,
  "USER_PIC": "sample string 29",
  "SUPPORT_SEQ": 1,
  "SUPPORT_NAME": "sample string 30",
  "SUPPORT_MOBILE_NO": "sample string 31",
  "SUPPORT_COUNTRY_CODE": "sample string 32",
  "SUPPORT_EMAIL_ID": "sample string 33",
  "SUPPORT_SKYPE": "sample string 34",
  "SUPPORT_WECHAT_ID": "sample string 35",
  "ALLOW_WEEKLY_VOLUME_DISCOUNT": true,
  "VOLUME_DISC_TYPE": "sample string 37"
}