Personal tools

From HEXONET Wiki

Jump to: navigation, search





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

auth = <TEXT> | <NULL>
transferlock = 0 | 1 | <NULL>
subuser = <TEXT> | <NULL>

Domain Transfer

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>
action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER

OPTIONAL

order = CREATE | REPLACE | UPDATE
period = <PERIOD>
transferlock = 0 | 1 | <NULL>
subuser = <TEXT> | <NULL>

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

renewalmode = <NULL> | <TEXT>
subuser = <TEXT>

Ownerchange

Authorization code

There are special requirements regarding the format of the authorization code. Please consider the following restrictions, if you want to assign a new authorization code to a .COM domain:

  • Minimum 8 characters
  • having at least one (1) numeric,
  • one (1) alphabetic, and
  • one (1) special character


These syntax rules are legible as of November 14th, 2009. It is possible that updates for domains which still have an "old" AuthCode assigned, will fail with this error message:

505 AUTH - minimum 8 characters, containing at least one numeric, one alphabetic and one special character

You may generate a valid random auth code by adding this parameter to the ModifyDomain command:

GENERATERANDOMAUTH = 1

Example:

 command = ModifyDomain
 domain = domain.com
 generaterandomauth = 1

No special procedures.