POST api/Login/LoginUser

Request Information

URI Parameters

None.

Body Parameters

LoginAdminUser
NameDescriptionTypeAdditional information
loginame

string

None.

password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "loginame": "sample string 1",
  "password": "sample string 2"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.