POST api/captcha/loginV2

Request Information

URI Parameters

None.

Body Parameters

WebLog
NameDescriptionTypeAdditional information
phone

string

None.

inviteCode

string

None.

messCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "phone": "sample string 1",
  "inviteCode": "sample string 2",
  "messCode": "sample string 3"
}

application/xml, text/xml

Sample:
<WebLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Admin.Net.Repository.Bus.User.Dto">
  <inviteCode>sample string 2</inviteCode>
  <messCode>sample string 3</messCode>
  <phone>sample string 1</phone>
</WebLog>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WebLog'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.