POST api/Account/ChangeMobileNumber

Request Information

URI Parameters

None.

Body Parameters

UserAccountDto
NameDescriptionTypeAdditional information
UserAccountId

integer

None.

MobileNumber

string

None.

Name

string

None.

Password

string

None.

Email

string

None.

UserType

byte

None.

Status

byte

None.

CreatedDate

date

None.

CountryCode

string

None.

Country

string

None.

ModifiedDate

date

None.

UserTypeEnum

UserAccountType

None.

Request Formats

application/json, text/json

Sample:
{
  "UserAccountId": 1,
  "MobileNumber": "sample string 2",
  "Name": "sample string 3",
  "Password": "sample string 4",
  "Email": "sample string 5",
  "UserType": 64,
  "Status": 64,
  "CreatedDate": "2026-04-22T15:56:25.4362925+05:30",
  "CountryCode": "sample string 9",
  "Country": "sample string 10",
  "ModifiedDate": "2026-04-22T15:56:25.4362925+05:30",
  "UserTypeEnum": 64
}

application/xml, text/xml

Sample:
<UserAccountDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Models">
  <Country>sample string 10</Country>
  <CountryCode>sample string 9</CountryCode>
  <CreatedDate>2026-04-22T15:56:25.4362925+05:30</CreatedDate>
  <Email>sample string 5</Email>
  <MobileNumber>sample string 2</MobileNumber>
  <ModifiedDate>2026-04-22T15:56:25.4362925+05:30</ModifiedDate>
  <Name>sample string 3</Name>
  <Password>sample string 4</Password>
  <Status>64</Status>
  <UserAccountId>1</UserAccountId>
  <UserType>64</UserType>
</UserAccountDto>

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.