POST api/Account/SetPassword

Request Information

URI Parameters

None.

Body Parameters

Plusnet.WebStore.WebAPI.Site.Models.SetPasswordBindingModel
NameDescriptionTypeAdditional information
NewPassword

string

Required

(New password)

Data type: Password

String length: inclusive between 6 and 100

ConfirmPassword

string

(Confirm new password)

Data type: Password

Request Formats

application/json, text/json

Sample:
{
  "NewPassword": "sample string 1",
  "ConfirmPassword": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.