POST pwd
This POST method should be called when the user has lost his pwd
Request Information
URI Parameters
None.
Body Parameters
the login
Flipr.Web.Api.Controllers.JsonWrappers.LoginName | Description | Type | Additional information |
---|---|---|---|
Gets or sets the email |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1" }
text/html
Sample:
{"Email":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
the email (to be changed ?)
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.