POST Api/Corporate/PostPasswordRecovery

Request Information

URI Parameters

None.

Body Parameters

PasswordRecoveryRequest
NameDescriptionTypeAdditional information
pstAnswer1

string

None.

pstAnswer2

string

None.

pstAnswer3

string

None.

pstUsername

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pstAnswer1": "sample string 1",
  "pstAnswer2": "sample string 2",
  "pstAnswer3": "sample string 3",
  "pstUsername": "sample string 4"
}

application/xml, text/xml

Sample:
<CorporateResponse.PasswordRecoveryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstUsername>sample string 4</pstUsername>
  <pstAnswer1>sample string 1</pstAnswer1>
  <pstAnswer2>sample string 2</pstAnswer2>
  <pstAnswer3>sample string 3</pstAnswer3>
</CorporateResponse.PasswordRecoveryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.