POST api/Reset

Request Information

URI Parameters

None.

Body Parameters

UserLoginModel
NameDescriptionTypeAdditional information
Username

string

Required

Password

string

Required

Data type: Password

Email

string

None.

RememberMe

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2",
  "Email": "sample string 3",
  "RememberMe": true
}

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 'UserLoginModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.