POST Auth/login

Request Information

URI Parameters

None.

Body Parameters

loginUser
NameDescriptionTypeAdditional information
email

string

None.

pwd

string

None.

user_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "pwd": "sample string 2",
  "user_name": "sample string 3"
}

application/xml, text/xml

Sample:
<loginUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GWREWebsiteAPI.Models">
  <email>sample string 1</email>
  <pwd>sample string 2</pwd>
  <user_name>sample string 3</user_name>
</loginUser>

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.