POST api/User/Change_Password
Request Information
URI Parameters
None.
Body Parameters
ChangePasswordName | Description | Type | Additional information |
---|---|---|---|
newpassword | string |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "newpassword": "sample string 1", "email": "sample string 2" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.