POST api/PasswordResetAddress

Request Information

URI Parameters

None.

Body Parameters

PasswordAddressReq
NameDescriptionTypeAdditional information
Email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1"
}

application/xml, text/xml

Sample:
<PasswordAddressReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kansa.Crm.Api.Data">
  <Email>sample string 1</Email>
</PasswordAddressReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PasswordAddressRes
NameDescriptionTypeAdditional information
result

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "result": true,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<PasswordAddressRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kansa.Crm.Api.Data">
  <Message>sample string 2</Message>
  <result>true</result>
</PasswordAddressRes>