From HEXONET Wiki
(→Domain Registration) |
(→Domain Transfer) |
||
Line 97: | Line 97: | ||
<pre> | <pre> | ||
order = CREATE | REPLACE | UPDATE | order = CREATE | REPLACE | UPDATE | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
subuser = <TEXT> | <NULL> | subuser = <TEXT> | <NULL> | ||
period = <PERIOD> | period = <PERIOD> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
transferlock = 0 | 1 | <NULL> | transferlock = 0 | 1 | <NULL> | ||
− | |||
− | |||
</pre> | </pre> | ||
Revision as of 13:01, 13 August 2012
TLD |
- |
Registry |
- |
Dispute Policy |
- |
Limitations |
|
Allowed number of NS |
to |
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 domainauth = <TEXT>
OPTIONAL
order = CREATE | REPLACE | UPDATE subuser = <TEXT> | <NULL> period = <PERIOD> transferlock = 0 | 1 | <NULL>
Delete Domain
Domains can be deleted with the API DeleteDomain command.
There is no Deletion Restorable Period.
command = DeleteDomain domain = (DOMAIN)
REQUIRED
n/a
OPTIONAL
domainalerttriggercode = <TEXT> | <NULL> repository = <TEXT> | <NULL>
Restore Domain
command = RestoreDomain domain = (DOMAIN)
REQUIRED
n/a
OPTIONAL
force = 0 | 1 | <NULL> renewalmode = <NULL> | <TEXT> subuser = <TEXT>
Ownerchange
There are no specific parameters available
No special procedures.