Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Created page with "{{Sidebar}} __NOTOC__ The '''CheckDomainTransfer''' command allows you to review the details which are necessary to perform a successful transfer of a gTLD CNOBIN (i.e. eMail...")
 
 
Line 4: Line 4:
 
The '''CheckDomainTransfer''' command allows you to review the details which are necessary to perform a successful transfer of a gTLD CNOBIN (i.e. eMail addresses, current registrar, domain status, ...).
 
The '''CheckDomainTransfer''' command allows you to review the details which are necessary to perform a successful transfer of a gTLD CNOBIN (i.e. eMail addresses, current registrar, domain status, ...).
  
It is also possible to validate an AUTH code for the following gTLDs: .aero, .asia, .biz, .cat, .com, .info, .mobi, .name, .net, .org, .tel
+
It is also possible to validate an AUTH code for the following gTLDs: .aero, .asia, .biz, .ca, .cat, .com, .info, .mobi, .name, .net, .org, .tel
 
The result of the validation is shown in the property AUTHISVALID.
 
The result of the validation is shown in the property AUTHISVALID.
  

Latest revision as of 12:23, 10 October 2012


The CheckDomainTransfer command allows you to review the details which are necessary to perform a successful transfer of a gTLD CNOBIN (i.e. eMail addresses, current registrar, domain status, ...).

It is also possible to validate an AUTH code for the following gTLDs: .aero, .asia, .biz, .ca, .cat, .com, .info, .mobi, .name, .net, .org, .tel The result of the validation is shown in the property AUTHISVALID.

IMPORTANT: Please have a look at the Domain API-Manual for a list of allowed parameters.


COMMAND

(required)
command = CheckDomainTransfer
domain  = (DOMAIN)
(optional)
auth = <TEXT>

RESPONSE

(required)
code        = (CODE)
description = (DESCRIPTION)

(optional)
property[transferstatus][0] = (DOMAINTRANSFERSTATUS)
property[admincontactemail][0] = (TEXT)
property[admincontactlanguage][0] = (TEXT)
property[admincontactname[0] = (TEXT)
property[ageindays][0] = (INT)
property[createddate][0] = (DATE)
property[registrar][0] = (TEXT)
property[transferlock][0] = 0 | 1
property[whoisserver][0] = (TEXT)
property[authisvalid][0] = YES | NO | UNKNOWN

Example responses:

CODE=218
DESCRIPTION=Request is available

CODE=219
DESCRIPTION=Request is not available; DOMAIN TRANSFER IS PROHIBITED BY WRONG AUTH

CODE=219
DESCRIPTION=Request is not available; DOMAIN TRANSFER IS PROHIBITED BY AGE OF THE DOMAIN/STATUS/WRONG AUTH 

There are two established response codes:

  • Response Code 218 (Request is available)
  • Response Code 219 (Request is not available)