GET api/User

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AUTHORIZED_USER
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

FULL_NAME

string

None.

USER_NAME

string

None.

IS_ACTIVE

boolean

None.

USER_IMAGE

string

None.

MOB_NO

string

None.

EMAIL_ID

string

None.

BIRTH_DATE

string

None.

COUNT_OF_VISIT

integer

None.

USER_TYPE

string

None.

COMP_NAME

string

None.

COMP_LOGO

string

None.

SUPPORT_NAME

string

None.

SUPPORT_MOBILE_NO

string

None.

SUPPORT_EMAIL_ID

string

None.

SUPPORT_SKYPE

string

None.

TOKAN_NO

string

None.

STATUS

string

None.

MESSAGE

string

None.

SUPPORT_SEQ

integer

None.

COMP_SEQ

integer

None.

LINK_CODE

string

None.

SUPPORT_LINK_CODE

string

None.

DELIVERY_LOCATION

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SEQ_NO": 1,
  "FULL_NAME": "sample string 2",
  "USER_NAME": "sample string 3",
  "IS_ACTIVE": true,
  "USER_IMAGE": "sample string 4",
  "MOB_NO": "sample string 5",
  "EMAIL_ID": "sample string 6",
  "BIRTH_DATE": "sample string 7",
  "COUNT_OF_VISIT": 8,
  "USER_TYPE": "sample string 9",
  "COMP_NAME": "sample string 10",
  "COMP_LOGO": "sample string 11",
  "SUPPORT_NAME": "sample string 12",
  "SUPPORT_MOBILE_NO": "sample string 13",
  "SUPPORT_EMAIL_ID": "sample string 14",
  "SUPPORT_SKYPE": "sample string 15",
  "TOKAN_NO": "sample string 16",
  "STATUS": "sample string 17",
  "MESSAGE": "sample string 18",
  "SUPPORT_SEQ": 1,
  "COMP_SEQ": 1,
  "LINK_CODE": "sample string 19",
  "SUPPORT_LINK_CODE": "sample string 20",
  "DELIVERY_LOCATION": "sample string 21"
}