POST accounts/new?email={email}&lang={lang}
Register a new user on the store. the user email and passwords are mandatory.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
string |
Required |
||
lang | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Return true if the account has been created, false if an account with the same email allready exists.
Flipr.Web.Api.Controllers.JsonWrappers.ResultName | Description | Type | Additional information |
---|---|---|---|
Success |
Gets or sets a value indicating whether or not the action is succesfull |
boolean |
None. |
Message |
Gets or sets the result message |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Message": "sample string 2" }
text/html
Sample:
{"Success":true,"Message":"sample string 2"}