POST api/CLNResetPassword?strPassword={strPassword}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strPassword | string |
Required |
Body Parameters
None.
Response Information
Resource Description
clsPasswordStrengthResult| Name | Description | Type | Additional information |
|---|---|---|---|
| strStatus | string |
None. |
|
| strMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"strStatus": "sample string 1",
"strMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<clsPasswordStrengthResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities"> <strMessage>sample string 2</strMessage> <strStatus>sample string 1</strStatus> </clsPasswordStrengthResult>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.