POST api/Common/EncryptLoginValue?action={action}&username={username}&password={password}
Documentation for 'EncryptLoginValue'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| action | Documentation for 'action'. |
Define this parameter in the request URI. |
| username | Documentation for 'username'. |
Define this parameter in the request URI. |
| password | Documentation for 'password'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"action": "sample string 1",
"password": "sample string 2",
"username": "sample string 3",
"URL": "sample string 4"
}
application/xml, text/xml
Sample:
<LoginOutPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33"> <URL>sample string 4</URL> <action>sample string 1</action> <password>sample string 2</password> <username>sample string 3</username> </LoginOutPut>