It is possible to send an email to the Customer with a unique URL to a webpage that will allow the Customer to update their password.
The UpdateCustomerDetailsRequest is used to send an email to the Customer if the Customer has an email address.Â
The structure of the XML will be:
The Response will contain a ReturnStatus, which will provide information regarding the success of the request, as well an EmailSentStatus which will confirm if an email has successfully been sent to the Customer.
The structure of the XML will be:
<UpdateCustomerDetailsRequest>
<LoginDetails>
<Login>[INSERT]</Login>
<Password>[INSERT]</Password>
<AgentReference/>
<SellingCurrencyID>0</SellingCurrencyID>
<LanguageID>0</LanguageID>
<TrackingAffiliateID>0</TrackingAffiliateID>
</LoginDetails>
<CustomerID>[CustomerID]</CustomerID>
<UpdatePassword>true</UpdatePassword>
</UpdateCustomerDetailsRequest>