POST api/UserAuthRecord/Update

修改

Request Information

Parameters

NameDescriptionAdditional information
authinfo

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserAuthRecordId": "995586d7-b87b-4912-9257-037318d01c2d",
  "UserId": "21d6d11d-f8b7-4887-a712-f2a30f1692e3",
  "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": "14057bae-d878-4fd9-a74c-a1074dd83e73",
      "StationName": "sample string 2"
    },
    {
      "StationId": "14057bae-d878-4fd9-a74c-a1074dd83e73",
      "StationName": "sample string 2"
    },
    {
      "StationId": "14057bae-d878-4fd9-a74c-a1074dd83e73",
      "StationName": "sample string 2"
    }
  ],
  "FolderList": [
    {
      "FolderId": "7b07196d-b4c5-4abb-9e5c-0ea03cc930a9",
      "FolderName": "sample string 2"
    },
    {
      "FolderId": "7b07196d-b4c5-4abb-9e5c-0ea03cc930a9",
      "FolderName": "sample string 2"
    },
    {
      "FolderId": "7b07196d-b4c5-4abb-9e5c-0ea03cc930a9",
      "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"
}