POST api/UserLogin/UserJobLogin

Request Information

URI Parameters

None.

Body Parameters

UserLoginViewModel
NameDescriptionTypeAdditional information
userName

string

Required

Data type: Text

String length: inclusive between 3 and 100

password

string

Required

Data type: Password

String length: inclusive between 5 and 127

userAuthenticationType

string

None.

authenticationKey

string

None.

uniqueAppKey

string

None.

ADFSNameID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "password": "sample string 2",
  "userAuthenticationType": "sample string 3",
  "authenticationKey": "sample string 4",
  "uniqueAppKey": "sample string 5",
  "ADFSNameID": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.