POST presentation_gw/Wsaa/ChangeExpiredPassword

Documentation for 'ChangeExpiredPassword'.

Request Information

Parameters

NameDescriptionAdditional information
cpwdInputObject
Documentation for 'cpwdInputObject'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Credential": {
    "Username": "sample string 1",
    "Password": "sample string 2",
    "Source": "sample string 3"
  },
  "NewPassword": "sample string 1"
}

application/xml, text/xml

Sample:
<ChangePwd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.Communication.DTOs.Presentation">
  <Credential>
    <Password>sample string 2</Password>
    <Source>sample string 3</Source>
    <Username>sample string 1</Username>
  </Credential>
  <NewPassword>sample string 1</NewPassword>
</ChangePwd>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>