POST api/UserAuthRecord/Add
新增
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| authinfo | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserAuthRecordId": "a14b24a8-3ed3-46d1-9e8b-2a95f0eeb7ec",
"UserId": "553af3f5-26c9-4045-89ee-9c60ce146bbf",
"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": "de69a32f-2996-499d-a6d5-78bb548d20fe",
"StationName": "sample string 2"
},
{
"StationId": "de69a32f-2996-499d-a6d5-78bb548d20fe",
"StationName": "sample string 2"
},
{
"StationId": "de69a32f-2996-499d-a6d5-78bb548d20fe",
"StationName": "sample string 2"
}
],
"FolderList": [
{
"FolderId": "57acd270-9db0-42d2-af17-40262352f614",
"FolderName": "sample string 2"
},
{
"FolderId": "57acd270-9db0-42d2-af17-40262352f614",
"FolderName": "sample string 2"
},
{
"FolderId": "57acd270-9db0-42d2-af17-40262352f614",
"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"
}