POST Account/ForgotPassword
The returned url may contain character "+" encoded as a space by web browsers. The front app must handle this case.
Request Information
URI Parameters
None.
Body Parameters
ForgotPasswordBindingName | Description | Type | Additional information |
---|---|---|---|
string |
Required |
||
Lang | string |
None. |
|
StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1", "Lang": "sample string 2", "StoreID": 3 }
application/xml, text/xml
Sample:
<ForgotPasswordBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Account"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">sample string 2</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">3</StoreID> <Email>sample string 1</Email> </ForgotPasswordBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.