POST api/emailsender/customerresetpasswordemail

Request Information

URI Parameters

None.

Body Parameters

CustomerResetPasswordEmail
NameDescriptionTypeAdditional information
PropertyId

integer

None.

UserName

string

None.

EmailTo

string

None.

LanguageId

integer

None.

ResetPasswordUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PropertyId": 1,
  "UserName": "sample string 2",
  "EmailTo": "sample string 3",
  "LanguageId": 4,
  "ResetPasswordUrl": "sample string 5"
}

application/xml, text/xml

Sample:
<CustomerResetPasswordEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <EmailTo>sample string 3</EmailTo>
  <LanguageId>4</LanguageId>
  <PropertyId>1</PropertyId>
  <ResetPasswordUrl>sample string 5</ResetPasswordUrl>
  <UserName>sample string 2</UserName>
</CustomerResetPasswordEmail>

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.