REGISTERDOMAIN:
This command is used to send a Register command to the registrar.
REQUEST PARAMETERS
NAME
TYPE
REQUIRED?
DESCRIPTION
sld
String
Yes
Domain name
tld
String
Yes
Suffix attached to domain name
regper...
API INTRODUCTION
The Domains Reseller API allows you to interact with our system
programmatically from your own WHMCS.
Using the API you are able to perform actions such as:
• Register Domain
• Transfer Domain
• Renew Domain
• Release Domain
•...
"RegisterDomain",
"token" => "AaLc8eNZWsZtWlT9LtT7NUha",
"authemail" => "test@exampledomain.com",
"sld" => "domainexample",
"tld" => "com",
"regperiod" => 1,
"nameserver1" => "ns1.domainexample.com",
"nameserver2" ...