GET Api/UpdatePassword?app_id={app_id}&app_version={app_version}&device_type={device_type}&signature={signature}&UserID={UserID}&OTP={OTP}&Password={Password}
Update password and Match OTP.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| app_id |
Required,app_id which is supplied as a string type |
string |
Required |
| app_version |
Required,app_version which is supplied as a string type |
string |
Required |
| device_type |
Required,device_type which is supplied as a string type |
string |
Required |
| signature |
Required,signature which is supplied as a string type and it is of sha256(app_id)+sha256(app_version)+sha256(device_type)+sha256(UserID)+sha256(Password) |
string |
Required |
| UserID |
Required,UserID which is supplied as a string type |
string |
Required |
| OTP |
Required,OTP which is supplied as a string type |
string |
Required |
| Password |
Required,Password which is supplied as a string type |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
{"success":true,"data":[{"Status":S,"Message":"Password Changed Successfully"},"message":"Password Changed Successfully"}
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. |