POST api/Login

Request Information

URI Parameters

None.

Body Parameters

CheckLoginModel
NameDescriptionTypeAdditional information
Login

string

Required

Password

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Login": "sample string 1",
  "Password": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CheckLoginModel'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"