POST api/Login/ValidateCredential

Documentation for 'ValidateCredential'.

Request Information

Parameters

NameDescriptionAdditional information
obj
Documentation for 'obj'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "Password": "sample string 2",
  "LogoutAll": true,
  "DeviceId": "sample string 4"
}

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.