POST api/SiteHome/SiteForgotPassword
Request Information
URI Parameters
None.
Body Parameters
TwoFactorAuthVMName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
CountryCode | string |
None. |
|
MobileNumber | string |
None. |
|
string |
None. |
||
OTP | integer |
None. |
|
IsWhatsApp | boolean |
None. |
|
ExpiryDate | date |
None. |
|
RecapthcaResponse | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "CountryCode": "sample string 2", "MobileNumber": "sample string 3", "Email": "sample string 4", "OTP": 1, "IsWhatsApp": true, "ExpiryDate": "2024-11-15T19:47:48.1114254+00:00", "RecapthcaResponse": "sample string 5" }
application/xml, text/xml
Sample:
<TwoFactorAuthVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StockTrading.Entities.Models"> <CountryCode>sample string 2</CountryCode> <Email>sample string 4</Email> <ExpiryDate>2024-11-15T19:47:48.1114254+00:00</ExpiryDate> <ID>1</ID> <IsWhatsApp>true</IsWhatsApp> <MobileNumber>sample string 3</MobileNumber> <OTP>1</OTP> <RecapthcaResponse>sample string 5</RecapthcaResponse> </TwoFactorAuthVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |