POST api/v1/Customers/ForgotPassword

Request Information

URI Parameters

None.

Body Parameters

ForgotPasswordRequestMessage
NameDescriptionTypeAdditional information
attributes

ForgotPasswordAttributes

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "sample string 1",
  "attributes": {
    "email": "sample string 1",
    "url": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<ForgotPasswordRequestMessage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Type>sample string 1</Type>
  <Attributes>
    <Email>sample string 1</Email>
    <Url>sample string 2</Url>
  </Attributes>
</ForgotPasswordRequestMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ForgotPasswordResponseMessage
NameDescriptionTypeAdditional information
type

string

None.

CustomValues

Dictionary of string [key] and string [value]

None.

CustomValuesSpecified

boolean

None.

Errors

Collection of IPartnerResponseMessageError

None.

Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.