pem.addDomainToAccount
This method is supported by Operations starting from version 2.8
This method creates Domain for Account specified. The Domain created has no hosting added, not even DNS Hosting.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
ID of Account. |
|
int |
ID of Domain. This parameter is optional. |
|
string |
The name of Domain to create. |
|
boolean |
This parameter defines Domain creating mode. There are the following possible values:
|
The method has the following output parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
ID of Domain. |