POST api/user/ManageUser
Request Information
URI Parameters
None.
Body Parameters
UpdateUserName | Description | Type | Additional 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:
Response Information
Resource Description
ResponseMessageName | Description | Type | Additional 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" }