POST api/User/AccountVerificationPost

Request Information

URI Parameters

None.

Body Parameters

ChangedPasswordModel
NameDescriptionTypeAdditional information
email

string

None.

phone_no

string

None.

OldPassword

string

None.

NewPassword

string

None.

ConfirmNewPassword

string

None.

id

integer

None.

text

string

None.

is_active

boolean

None.

created_by

integer

None.

created_date

date

None.

updated_by

integer

None.

updated_date

date

None.

TotalRows

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "phone_no": "sample string 2",
  "OldPassword": "sample string 3",
  "NewPassword": "sample string 4",
  "ConfirmNewPassword": "sample string 5",
  "id": 6,
  "text": "sample string 7",
  "is_active": true,
  "created_by": 9,
  "created_date": "2025-12-18T16:08:11.2561938+05:00",
  "updated_by": 11,
  "updated_date": "2025-12-18T16:08:11.2561938+05:00",
  "TotalRows": 13
}

application/xml, text/xml

Sample:
<ChangedPasswordModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpoonRocket.Models">
  <TotalRows>13</TotalRows>
  <created_by>9</created_by>
  <created_date>2025-12-18T16:08:11.2561938+05:00</created_date>
  <id>6</id>
  <is_active>true</is_active>
  <text>sample string 7</text>
  <updated_by>11</updated_by>
  <updated_date>2025-12-18T16:08:11.2561938+05:00</updated_date>
  <ConfirmNewPassword>sample string 5</ConfirmNewPassword>
  <NewPassword>sample string 4</NewPassword>
  <OldPassword>sample string 3</OldPassword>
  <email>sample string 1</email>
  <phone_no>sample string 2</phone_no>
</ChangedPasswordModel>

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.