POST userinfo/adduserinfo

Request Information

URI Parameters

None.

Body Parameters

UserInfo
NameDescriptionTypeAdditional information
Id

integer

None.

UserName

string

None.

UserType

integer

None.

Birthday

date

None.

Sex

integer

None.

MaryStatus

integer

None.

Education

integer

None.

Nation

integer

None.

NativePlace

string

None.

IDNumber

string

None.

LiveNum

string

None.

WorkUnit

string

None.

Tel

string

None.

SpareTel

string

None.

Email

string

None.

QQNum

string

None.

InvoiceUnit

string

None.

OwnerRelation

integer

None.

InputTime

date

None.

AddUser

integer

None.

IsNowOwner

integer

None.

HouseId

integer

None.

AddTime

date

None.

LicensePlateNum

string

None.

SId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserName": "sample string 2",
  "UserType": 1,
  "Birthday": "2026-04-16T13:27:16.6124394+08:00",
  "Sex": 1,
  "MaryStatus": 1,
  "Education": 1,
  "Nation": 1,
  "NativePlace": "sample string 3",
  "IDNumber": "sample string 4",
  "LiveNum": "sample string 5",
  "WorkUnit": "sample string 6",
  "Tel": "sample string 7",
  "SpareTel": "sample string 8",
  "Email": "sample string 9",
  "QQNum": "sample string 10",
  "InvoiceUnit": "sample string 11",
  "OwnerRelation": 1,
  "InputTime": "2026-04-16T13:27:16.6134159+08:00",
  "AddUser": 1,
  "IsNowOwner": 1,
  "HouseId": 1,
  "AddTime": "2026-04-16T13:27:16.6134159+08:00",
  "LicensePlateNum": "sample string 12",
  "SId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.