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": "f7b25dec-3251-4993-abca-0c4034faa6a3", "UserId": "15253a2d-f3c4-4bde-9c8c-67b007062046", "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": "01a42169-bb7f-455a-87d0-e1e91dfc116e", "StationName": "sample string 2" }, { "StationId": "01a42169-bb7f-455a-87d0-e1e91dfc116e", "StationName": "sample string 2" }, { "StationId": "01a42169-bb7f-455a-87d0-e1e91dfc116e", "StationName": "sample string 2" } ], "FolderList": [ { "FolderId": "09c5d008-4804-401c-a5b1-e2392d3bd2b2", "FolderName": "sample string 2" }, { "FolderId": "09c5d008-4804-401c-a5b1-e2392d3bd2b2", "FolderName": "sample string 2" }, { "FolderId": "09c5d008-4804-401c-a5b1-e2392d3bd2b2", "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" }