POST api/Login/ChangePassword
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, text/html, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ChangePasswordResult| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2"
}
text/html
Sample:
{"success":true,"message":"sample string 2"}
application/xml, text/xml
Sample:
<ChangePasswordResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MusicBookAPI.Controllers"> <message>sample string 2</message> <success>true</success> </ChangePasswordResult>