• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Add client using client template with API RPC

C

Codelphious

Guest
I've scoured over the API RPC documentation and google for hours but to no avail.


I am aware of how to create a client template using the xml RPC, but is there a similar way to add a client using an existing client template? There must be, of course, but how?

Something like...
Code:
<client>
   <add>
      <client-template>
      TemplateName
      </client-template>
      
      ...

   </add>
</client>

Similarly, I need to add a hosting account to the freshly created client. Is there a way to do this using the domain template in a similar fashion?


Any help would be much appreciated.
 
Back
Top