|
Parameters |
|
Description |
Passed |
Returned |
Method adds existing domain information to respective PEMGATE table, registers domain in POA system and assigns it to specified existing POA hosting subscription. Method has no output parameters. Exception is thrown in case of POA returns some error. |
2 |
0 |
Syntax
PEMGATE::AddPEMDomainForSubscription_API(
Str FullDomainName;
Int SubscriptionID.
)
Special Notes
Example
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Warning! Comments are only given for you convenience. PBA XMLRPC does not parse xml comments, REMOVE all comments from actual request -->
<methodCall>
<methodName>Execute</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>Server</name>
<value>PEMGATE</value>
</member>
<member>
<name>Method</name>
<value>AddPEMDomainForSubscription_API</value>
</member>
<member>
<name>Params</name>
<value>
<array>
<data>
<!-- FullDomainName -->
<value>mydomain.com</value>
<!-- POA Subscription ID -->
<value><i4>127200</i4></value>
</data>
</array>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>