POST Confirmchangepassword

Documentation for 'ConfrimChangePassword'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CurrentPassword": "sample string 1",
  "NewPassword": "sample string 2",
  "ConfirmPassword": "sample string 3",
  "OTP": "sample string 4",
  "Token": "sample string 5"
}

text/xml

Sample:
<UserSettingEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <ConfirmPassword>sample string 3</ConfirmPassword>
  <CurrentPassword>sample string 1</CurrentPassword>
  <NewPassword>sample string 2</NewPassword>
  <OTP>sample string 4</OTP>
  <Token>sample string 5</Token>
</UserSettingEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body