POST User/UpdateUserInfo
Request Information
URI Parameters
None.
Body Parameters
View_User| Name | Description | Type | Additional information |
|---|---|---|---|
| User_ID | integer |
None. |
|
| User_Role | integer |
None. |
|
| User_Name | string |
None. |
|
| User_Phone | string |
None. |
|
| User_Password | string |
None. |
|
| User_Email | string |
None. |
|
| User_Position | integer |
None. |
|
| User_WorkTime | date |
None. |
|
| User_Remark | string |
None. |
|
| User_LastLoginTime | date |
None. |
|
| User_LastLoginIP | string |
None. |
|
| User_LoginCount | integer |
None. |
|
| User_State | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"User_ID": 1,
"User_Role": 1,
"User_Name": "sample string 2",
"User_Phone": "sample string 3",
"User_Password": "sample string 4",
"User_Email": "sample string 5",
"User_Position": 1,
"User_WorkTime": "2025-12-06T10:45:16.4427275+08:00",
"User_Remark": "sample string 6",
"User_LastLoginTime": "2025-12-06T10:45:16.4427275+08:00",
"User_LastLoginIP": "sample string 7",
"User_LoginCount": 1,
"User_State": 1
}
application/xml, text/xml
Sample:
<View_User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cunzhi.WebAPI.Models"> <User_Email>sample string 5</User_Email> <User_ID>1</User_ID> <User_LastLoginIP>sample string 7</User_LastLoginIP> <User_LastLoginTime>2025-12-06T10:45:16.4427275+08:00</User_LastLoginTime> <User_LoginCount>1</User_LoginCount> <User_Name>sample string 2</User_Name> <User_Password>sample string 4</User_Password> <User_Phone>sample string 3</User_Phone> <User_Position>1</User_Position> <User_Remark>sample string 6</User_Remark> <User_Role>1</User_Role> <User_State>1</User_State> <User_WorkTime>2025-12-06T10:45:16.4427275+08:00</User_WorkTime> </View_User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.