POST api/UserAuthRecord/Add

新增

Request Information

Parameters

NameDescriptionAdditional information
authinfo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserAuthRecordId": "c3cc321d-d102-4380-abbb-8afa9a94b08e",
  "UserId": "f4c996ab-f385-4bf9-8456-6e7fb2cc742f",
  "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": "46e02265-25ae-4962-bd92-c57483e4ef3b",
      "StationName": "sample string 2"
    },
    {
      "StationId": "46e02265-25ae-4962-bd92-c57483e4ef3b",
      "StationName": "sample string 2"
    },
    {
      "StationId": "46e02265-25ae-4962-bd92-c57483e4ef3b",
      "StationName": "sample string 2"
    }
  ],
  "FolderList": [
    {
      "FolderId": "1295fefa-0124-436a-9c1c-90983ba79be4",
      "FolderName": "sample string 2"
    },
    {
      "FolderId": "1295fefa-0124-436a-9c1c-90983ba79be4",
      "FolderName": "sample string 2"
    },
    {
      "FolderId": "1295fefa-0124-436a-9c1c-90983ba79be4",
      "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"
}