POST api/User?strPassword={strPassword}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strPassword

string

Required

Body Parameters

None.

Response Information

Resource Description

clsPasswordStrengthResult
NameDescriptionTypeAdditional 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.