POST api/Admin/Account/Login
Request Information
URI Parameters
None.
Body Parameters
LoginViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgId | integer |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| RememberMe | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrgId": 1,
"UserName": "sample string 1",
"Password": "sample string 2",
"RememberMe": true
}
application/xml, text/xml
Sample:
check
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.