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": "b662efc0-3036-4dd5-9303-0b9c2503720b", "UserId": "cf36bf19-6483-491e-b65e-bf6d3667cb14", "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": "b1194a84-16ab-4a5f-9576-9a28566fb94b", "StationName": "sample string 2" }, { "StationId": "b1194a84-16ab-4a5f-9576-9a28566fb94b", "StationName": "sample string 2" }, { "StationId": "b1194a84-16ab-4a5f-9576-9a28566fb94b", "StationName": "sample string 2" } ], "FolderList": [ { "FolderId": "e95b6f6a-7a5e-4252-9c48-8abde2a17cdf", "FolderName": "sample string 2" }, { "FolderId": "e95b6f6a-7a5e-4252-9c48-8abde2a17cdf", "FolderName": "sample string 2" }, { "FolderId": "e95b6f6a-7a5e-4252-9c48-8abde2a17cdf", "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" }