POST login
User verification with username and password
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AccountModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountID |
User account ID |
integer |
None. |
| AccountName |
User account name |
string |
None. |
| AccessToken |
User access token, provided only in Activation function |
string |
None. |
| ErrorCode |
Error code: 1 - Session parameter is required, 2 - Session not found in database, 3 - QR code has already been activated, 4 - Account not found, 5 - Error name or password |
integer |
None. |
| ErrorMessage |
Error message |
string |
None. |
| HttpStatusCode |
HttpStatusCode |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.