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": "35097d24-781a-4f11-a93d-32463d1a94b4",
  "UserId": "30cbc3f6-613c-471b-a4a0-05c1a98cd11c",
  "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": "1546dd49-8be3-42b9-9561-2a9ec6cb089e",
      "StationName": "sample string 2"
    },
    {
      "StationId": "1546dd49-8be3-42b9-9561-2a9ec6cb089e",
      "StationName": "sample string 2"
    },
    {
      "StationId": "1546dd49-8be3-42b9-9561-2a9ec6cb089e",
      "StationName": "sample string 2"
    }
  ],
  "FolderList": [
    {
      "FolderId": "bc6569b5-3a5b-43b4-9166-61360ac423f2",
      "FolderName": "sample string 2"
    },
    {
      "FolderId": "bc6569b5-3a5b-43b4-9166-61360ac423f2",
      "FolderName": "sample string 2"
    },
    {
      "FolderId": "bc6569b5-3a5b-43b4-9166-61360ac423f2",
      "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"
}