POST api/v2/login/ValidateUserCredentials

Request

URI Parameters

Body Parameters

UserCredentials
NameDescriptionTypeAdditional information
Username

string

Password

string

Request Formats

application/json, text/json

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

text/html

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

Response

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.