POST api/LogIn/SetPassword
Request Information
URI Parameters
None.
Body Parameters
SetPassword| Name | Description | Type | Additional information |
|---|---|---|---|
| Password | string |
Required Matching regular expression pattern: ^((?=.*[a-z])(?=.*\d)).+$ String length: inclusive between 8 and 18 |
|
| Token | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Password": "sample string 1",
"Token": "sample string 2"
}
multipart/form-data
Sample:
{"Password":"sample string 1","Token":"sample string 2"}
application/xml, text/xml
Sample:
<SetPassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolBusiness"> <Password>sample string 1</Password> <Token>sample string 2</Token> </SetPassword>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.