POST api/account/ResetMobile

Request Information

URI Parameters

None.

Body Parameters

ResetMobileBindingModel
NameDescriptionTypeAdditional information
UserId

integer

Required

NewPhoneNumber

string

Required

VerifyCode

string

Required

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "NewPhoneNumber": "sample string 2",
  "VerifyCode": "sample string 3"
}

application/xml, text/xml

Sample:
<ResetMobileBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Webapi.Models">
  <NewPhoneNumber>sample string 2</NewPhoneNumber>
  <UserId>1</UserId>
  <VerifyCode>sample string 3</VerifyCode>
</ResetMobileBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.