Method: /Partners/CreateAccount
Endpoint
Method
HttpPost
Authentication
this method require a valid account access token. (parameter: token)
Permissions
Request
|
parameter
|
Description
|
Type
|
Required
|
| email |
Account notifications email |
string |
True |
| username_email |
Account login username email |
string |
True |
| password |
Account login password |
string |
False |
| first_name |
Account first name |
string |
False |
| last_name |
Account last name |
string |
False |
| facebook_id |
Facebook profie ID |
long |
False |
| company_name |
Account company name |
string |
False |
| price_plan_id |
Price plan ID. default advanced plan. |
int |
False |
| callback_url |
Callabk URL when creation is finished. |
string |
False |
| token |
partner access token |
string |
True |
Response
Returns a valid JSON type.
|
Name
|
Type
|
Description
|
| success |
Boolean |
|
| account_token |
String |
|
| date_created |
DateTime |
|
| price_plan_id |
Int32 |
|
| current_store_id |
Int32 |
|
| first_name |
String |
|
| last_name |
String |
|
| email |
String |
|
| company_name |
String |
|
| token |
String |
|
| response_time |
DateTime |
|
| state_id |
ResultState |
|