
Originally Posted by
cpanel911
HI thank you for your response, but i need to add the domain one by one. I know about creating pacakge but i was wondering if there is any easy way that i can list down the list of the domain then just upload it
OK assuming i know a bit about xml , isn't this is somethign like i need to use the XML format like you are doing google sitemap something like that just follow the attribute given by the website you address me earlier, is that correct?
Now my confusion is once im done with the XML file, where am i going to upload this file and i need to save it as XML
Am i correct?
thanks
With our XML APIs, you don't create XML files - you are simply passing some parameters to a URL - similar to customizing a search query in your browser's address bar. For example, the sample URL provided in our documentation for createacct:
Code:
https://server:2087/xml-api/createacct?username=myuser&plan=basic&ip=0&cpmod=x3&password=h@rd2gu3ss!p@ss&contactemail=username@domain.tld&domain=domain.tld&useregns=0&reseller=0
Of course, this is intended for use within code to automate repetitive tasks such as this.