POST api/UserAuthRecord/Update
修改
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| authinfo |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserAuthRecordId": "5f8a7cf2-23f3-4318-b9f4-b2d9bc987f71",
"UserId": "7614fd2d-1de6-415b-b8e5-85f27fe3ac6b",
"Nick": "sample string 3",
"Email": "sample string 4",
"MobilePhone": "sample string 5",
"Gender": 0,
"AuthStatus": 0,
"AuthRole": 6,
"Remark": "sample string 7",
"RefusedRemark": "sample string 8",
"StationList": [
{
"StationId": "ec88a1d0-5825-42f1-a715-cf4dcb590bf2",
"StationName": "sample string 2"
},
{
"StationId": "ec88a1d0-5825-42f1-a715-cf4dcb590bf2",
"StationName": "sample string 2"
},
{
"StationId": "ec88a1d0-5825-42f1-a715-cf4dcb590bf2",
"StationName": "sample string 2"
}
],
"FolderList": [
{
"FolderId": "bb8d7755-6811-40d0-90d3-efeb17ef9188",
"FolderName": "sample string 2"
},
{
"FolderId": "bb8d7755-6811-40d0-90d3-efeb17ef9188",
"FolderName": "sample string 2"
},
{
"FolderId": "bb8d7755-6811-40d0-90d3-efeb17ef9188",
"FolderName": "sample string 2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}