POST web/Admin/ResetPassword
Request Information
URI Parameters
None.
Body Parameters
PasswordModel| Name | Description | Type | Additional information |
|---|---|---|---|
| old_password | string |
None. |
|
| new_password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"old_password": "sample string 1",
"new_password": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.