POST api/UpdatePasswordByEmail

Request Information

URI Parameters

None.

Body Parameters

UpdateUserPasswordByEmail
NameDescriptionTypeAdditional information
strEmail

string

None.

strPassword

string

None.

strPasswordHash

Collection of byte

None.

strPasswordSalt

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "strEmail": "sample string 1",
  "strPassword": "sample string 2",
  "strPasswordHash": "QEA=",
  "strPasswordSalt": "QEA="
}

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.