POST api/v2/login/ValidateUserCredentials
Request
URI Parameters
Body Parameters
UserCredentials| Name | Description | Type | Additional 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
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.