POST api/access/change-password

Request Information

URI Parameters

None.

Body Parameters

ChangePass
NameDescriptionTypeAdditional information
USER_SEQ

integer

None.

TOKAN_NO

string

None.

OLD_PASS

string

None.

NEW_PASS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_SEQ": 1,
  "TOKAN_NO": "sample string 2",
  "OLD_PASS": "sample string 3",
  "NEW_PASS": "sample string 4"
}

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

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