POST api/DERLHome/PostUserRegist

注册用户

Request Information

URI Parameters

None.

Body Parameters

{"username":"","password":"","headpic":"","faceid":""}

PostAILoginModel
NameDescriptionTypeAdditional information
username

string

None.

password

string

None.

headpic

string

None.

faceid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "password": "sample string 2",
  "headpic": "sample string 3",
  "faceid": "sample string 4"
}

text/html

Sample:
{"username":"sample string 1","password":"sample string 2","headpic":"sample string 3","faceid":"sample string 4"}

application/xml, text/xml

Sample:
<PostAILoginModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models">
  <faceid>sample string 4</faceid>
  <headpic>sample string 3</headpic>
  <password>sample string 2</password>
  <username>sample string 1</username>
</PostAILoginModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

true/false/error

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.