POST User/ForgotPasswordOTPValidation
Request Information
URI Parameters
None.
Body Parameters
ValidateOTP| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Mobile | string |
None. |
|
| Password | string |
None. |
|
| OTP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Mobile": "sample string 2",
"Password": "sample string 3",
"OTP": "sample string 4"
}
application/xml, text/xml
Sample:
<ValidateOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMW.TalkingPages.WebApi"> <Email>sample string 1</Email> <Mobile>sample string 2</Mobile> <OTP>sample string 4</OTP> <Password>sample string 3</Password> </ValidateOTP>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |