POST admin/saveUserInfo

Request Information

URI Parameters

None.

Body Parameters

SaveUserInfoRequest
NameDescriptionTypeAdditional information
uid

integer

None.

className

string

None.

purType

integer

None.

exp

date

None.

type

AccountType

None.

comment

string

None.

remark

string

None.

nick

string

None.

Request Formats

application/json, text/json

Sample:
{
  "uid": 1,
  "className": "sample string 2",
  "purType": 1,
  "exp": "2026-01-27T00:40:51.3694728+08:00",
  "type": 0,
  "comment": "sample string 4",
  "remark": "sample string 5",
  "nick": "sample string 6"
}

application/xml, text/xml

Sample:
<SaveUserInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iting.api.Models">
  <className>sample string 2</className>
  <comment>sample string 4</comment>
  <exp>2026-01-27T00:40:51.3694728+08:00</exp>
  <nick>sample string 6</nick>
  <purType>1</purType>
  <remark>sample string 5</remark>
  <type>NotSet</type>
  <uid>1</uid>
</SaveUserInfoRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseEntityOfSaveUserInfoResponse
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

SaveUserInfoResponse

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.