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": "2c932fc2-8322-41aa-b0ba-8169c1fa1835",
"UserId": "728dbd22-0f11-4244-89f5-a06fcf030dc6",
"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": "fde185c4-7a5a-4248-9b94-7cbca9628f44",
"StationName": "sample string 2"
},
{
"StationId": "fde185c4-7a5a-4248-9b94-7cbca9628f44",
"StationName": "sample string 2"
},
{
"StationId": "fde185c4-7a5a-4248-9b94-7cbca9628f44",
"StationName": "sample string 2"
}
],
"FolderList": [
{
"FolderId": "a207eb34-4175-4c94-abd7-562b783726dd",
"FolderName": "sample string 2"
},
{
"FolderId": "a207eb34-4175-4c94-abd7-562b783726dd",
"FolderName": "sample string 2"
},
{
"FolderId": "a207eb34-4175-4c94-abd7-562b783726dd",
"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"
}