POST login/details

Request Information

URI Parameters

None.

Body Parameters

DaoLogin
NameDescriptionTypeAdditional information
Username

Object

None.

Password

Object

None.

firstname

Object

None.

lastname

Object

None.

mobileno

Object

None.

rights

Object

None.

status

Object

None.

loggedIn

Object

None.

key

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": {},
  "Password": {},
  "firstname": {},
  "lastname": {},
  "mobileno": {},
  "rights": {},
  "status": {},
  "loggedIn": {},
  "key": {}
}

application/xml, text/xml

Sample:
<DaoLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Updated_SpeedBe_Service_WithputStru.All.Dao">
  <Password />
  <Username />
  <firstname />
  <key />
  <lastname />
  <loggedIn />
  <mobileno />
  <rights />
  <status />
</DaoLogin>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DaoLogin'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.