PUT api/OnlineContactPasswordRecovery/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
cpr | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ContactPasswordRecoveryIdnt": "sample string 1", "ContactIdnt": "sample string 2", "PasswordRecoveryQuestionIdnt1": "sample string 3", "Answer1": "sample string 4", "PasswordRecoveryQuestionIdnt2": "sample string 5", "Answer2": "sample string 6", "PasswordRecoveryQuestionIdnt3": "sample string 7", "Answer3": "sample string 8", "ResetCode": "sample string 9", "PasswordRecoveryQuestion1": "sample string 10", "PasswordRecoveryQuestion2": "sample string 11", "PasswordRecoveryQuestion3": "sample string 12", "FullName": "sample string 13" }
application/xml, text/xml
Sample:
<ContactPasswordRecovery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Intranet.Models"> <Answer1>sample string 4</Answer1> <Answer2>sample string 6</Answer2> <Answer3>sample string 8</Answer3> <ContactIdnt>sample string 2</ContactIdnt> <ContactPasswordRecoveryIdnt>sample string 1</ContactPasswordRecoveryIdnt> <FullName>sample string 13</FullName> <PasswordRecoveryQuestion1>sample string 10</PasswordRecoveryQuestion1> <PasswordRecoveryQuestion2>sample string 11</PasswordRecoveryQuestion2> <PasswordRecoveryQuestion3>sample string 12</PasswordRecoveryQuestion3> <PasswordRecoveryQuestionIdnt1>sample string 3</PasswordRecoveryQuestionIdnt1> <PasswordRecoveryQuestionIdnt2>sample string 5</PasswordRecoveryQuestionIdnt2> <PasswordRecoveryQuestionIdnt3>sample string 7</PasswordRecoveryQuestionIdnt3> <ResetCode>sample string 9</ResetCode> </ContactPasswordRecovery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.