POST api/Authentication/ChangePasswordOfForgot

Request Information

URI Parameters

None.

Body Parameters

ChangePasswordOfForgotRequest
NameDescriptionTypeAdditional information
AccountId

globally unique identifier

None.

OTPCode

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": "e3230c78-9b46-4280-9011-cd6128e2aee8",
  "OTPCode": "sample string 1",
  "Password": "sample string 2"
}

application/xml, text/xml

Sample:
<ChangePasswordOfForgotRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Request.Login">
  <AccountId>e3230c78-9b46-4280-9011-cd6128e2aee8</AccountId>
  <OTPCode>sample string 1</OTPCode>
  <Password>sample string 2</Password>
</ChangePasswordOfForgotRequest>

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

Response Information

Resource Description

None.