POST api/Master/LoginValidate

Request Information

URI Parameters

None.

Body Parameters

MasLoginBAL
NameDescriptionTypeAdditional information
LoginUserID

integer

None.

ClientID

integer

None.

AssessmentID

integer

None.

UserID

integer

None.

LoginID

string

None.

UserTypeID

integer

None.

DisplayUserName

string

None.

Pwd

string

None.

IsProfileUpdated

integer

None.

IsTrainer

integer

None.

IsLocked

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LoginUserID": 1,
  "ClientID": 2,
  "AssessmentID": 3,
  "UserID": 4,
  "LoginID": "sample string 5",
  "UserTypeID": 6,
  "DisplayUserName": "sample string 7",
  "Pwd": "sample string 8",
  "IsProfileUpdated": 9,
  "IsTrainer": 10,
  "IsLocked": 11
}

application/xml, text/xml

Sample:
<MasLoginBAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eAssessment.Repository.Models">
  <AssessmentID>3</AssessmentID>
  <ClientID>2</ClientID>
  <DisplayUserName>sample string 7</DisplayUserName>
  <IsLocked>11</IsLocked>
  <IsProfileUpdated>9</IsProfileUpdated>
  <IsTrainer>10</IsTrainer>
  <LoginID>sample string 5</LoginID>
  <LoginUserID>1</LoginUserID>
  <Pwd>sample string 8</Pwd>
  <UserID>4</UserID>
  <UserTypeID>6</UserTypeID>
</MasLoginBAL>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.