POST api/Registration/ChangePassword
Request Information
URI Parameters
None.
Body Parameters
modchangepassword| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
None. |
|
| newpassword | string |
None. |
|
| oldpassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userid": "sample string 1",
"newpassword": "sample string 2",
"oldpassword": "sample string 3"
}
text/html
Sample:
{"userid":"sample string 1","newpassword":"sample string 2","oldpassword":"sample string 3"}
application/xml, text/xml
Sample:
<modchangepassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CryptoScienceAPI.Models"> <newpassword>sample string 2</newpassword> <oldpassword>sample string 3</oldpassword> <userid>sample string 1</userid> </modchangepassword>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.