POST api/user/ManageUser

Request Information

URI Parameters

None.

Body Parameters

UpdateUser
NameDescriptionTypeAdditional information
USER_SEQ

integer

None.

TOKAN_NO

string

None.

UPDATE_USER_SEQ

integer

None.

USER_TYPE

string

None.

SUPPORT_SEQ

integer

None.

IS_ACTIVE

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_SEQ": 1,
  "TOKAN_NO": "sample string 2",
  "UPDATE_USER_SEQ": 3,
  "USER_TYPE": "sample string 4",
  "SUPPORT_SEQ": 5,
  "IS_ACTIVE": true
}

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 'UpdateUser'.

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