POST api/PasswordChange

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
passwordchange
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserID": "80fcf3c9-ecca-466c-a32f-303db7139a62",
  "Password": "sample string 2",
  "Newpassword": "sample string 3"
}

application/xml, text/xml

Sample:
<PasswordChange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YouNuo.House.WebApi.Models">
  <Newpassword>sample string 3</Newpassword>
  <Password>sample string 2</Password>
  <UserID>80fcf3c9-ecca-466c-a32f-303db7139a62</UserID>
</PasswordChange>

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

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.