Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Ownerchange)
Line 91: Line 91:
 
<span class="label label-important">REQUIRED</span>
 
<span class="label label-important">REQUIRED</span>
 
<pre>
 
<pre>
auth = <TEXT>
+
auth = (TEXT) | (NULL)
 
</pre>
 
</pre>
  
Line 97: Line 97:
 
<pre>
 
<pre>
 
action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER
 
action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER
period = <PERIOD>
+
period = (PERIOD)
 
</pre>
 
</pre>
  
Line 109: Line 109:
 
<span class="label label-info">OPTIONAL</span>
 
<span class="label label-info">OPTIONAL</span>
 
<pre>
 
<pre>
subuser = <TEXT>
+
subuser = (TEXT)
 
</pre>
 
</pre>
  

Revision as of 13:11, 15 July 2013





TLD

-

Registry

-

Dispute Policy

-

Limitations
  • Registrant Contacts: Required: / Maximum:
  • Admin Contacts: Required: / Maximum:
  • Tech Contacts: Required: / Maximum:
  • Billing Contacts: Required: / Maximum:

{{{Possible Extensions}}}

Allowed number of NS

to


{{{Possible Extensions}}}


Domain Registration

Domains can be registered with the API AddDomain command.

command = AddDomain
domain  = (DOMAIN)

REQUIRED

ownercontact0 = (CONTACT)
admincontact0 = (CONTACT)
techcontact0 = (CONTACT)
billingcontact0 = (CONTACT)
nameserver0 = (NAMESERVER)
nameserver1 = (NAMESERVER)

OPTIONAL

period = (PERIOD)
auth = (TEXT) | (NULL)
transferlock = 0 | 1 | (NULL)

Domain Transfer

The transfer has to be initiated by the gaining registrar and can be requested with the API TransferDomain command. A valid Authorization Code must be provided to initiate a transfer successfully. You may obtain the authorization code from the losing registrar. Domain transfers are processed in Real-Time. There is a special procedure to handle a domain transfer. Please contact our Support-Team if you should need further information.

command = TransferDomain
domain = (DOMAIN)

REQUIRED

auth = (TEXT) | (NULL)

OPTIONAL

action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER
period = (PERIOD)

Delete Domain

Domains can be deleted with the API DeleteDomain command.
There is no Deletion Restorable Period.

command = DeleteDomain
domain = (DOMAIN)

Restore Domain

command = RestoreDomain
domain = (DOMAIN)

OPTIONAL

subuser = (TEXT)

Ownerchange

command = ModifyDomain
domain  = (DOMAIN)

REQUIRED

ownercontact0 = (CONTACT)

There are no specific parameters available

No special procedures.