POST api/Account/BeginUpdateCell

Request Information

URI Parameters

None.

Body Parameters

UpateCellModel
NameDescriptionTypeAdditional information
Username

string

Required

Password

string

Required

Data type: Password

NewCellNumber

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2",
  "NewCellNumber": "sample string 3"
}

application/xml, text/xml

Sample:
<UpateCellModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <NewCellNumber>sample string 3</NewCellNumber>
  <Password>sample string 2</Password>
  <Username>sample string 1</Username>
</UpateCellModel>

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 'UpateCellModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.