create_account
To create a new account, use the account/create_account command :
svc=account/create_account¶ms={"itemId":<long>,
"plan":<text>}
Parameters
The request must contain the following parameters:
Parameter | Description |
---|---|
itemId | Resource ID. |
plan | Billing plan. |
Response
If the account is created successfully, an empty object is returned.
Otherwise, an error code is returned.