Latest revision as of 14:05, 4 September 2012
The GetDomainTransferInfo command collects information about a domain. The response contains important information needed to initiate a transfer (e.g. the regCode for .IT domains which is not visible in the public WHOIS).
In general, this information only is available using the Registrar WHOIS. RegistrarOC customers may use this command to get the information instead.
[COMMAND]
(required)
command = GetDomainTransferInfo
domain = (DOMAIN)
domain = (REPOSITORY)
|
EOF
|
[RESPONSE]
(required)
code = (CODE)
property[ownercontact0contactid][0] = (CONTACT)
property[admincontact0contactid][0] = (CONTACT)
property[techcontact0contactid][0] = (CONTACT)
property[billingcontact0contactid][0] = (CONTACT)
property[nameserver][n] = (NAMESERVER)
|
EOF
|
[edit] Example for a .IT domain
[COMMAND]
(required)
command = GetDomainTransferInfo
domain = example.it
domain = (REPOSITORY)
|
EOF
|
[RESPONSE]
(required)
code = (CODE)
property[ownercontact0contactid][0] = ABCDE1234-ITNIC
property[ownercontact0name][0] = Max Example
property[ownercontact0organization][0] = Example GmbH
property[ownercontact0street][0] = examplestreet 1
property[ownercontact0zip][0] = 12345
property[ownercontact0city][0] = Examplecity
property[ownercontact0state][0] = examplestate
property[ownercontact0country][0] = DE
property[ownercontact0phone][0] = +49.1234567
property[ownercontact0fax][0] = +49.1234568
property[ownercontact0email][0] = [email protected]
property[ownercontact0consentforpublishing][0] = 1
property[ownercontact0entitytype][0] = 7
property[ownercontact0regcode][0] = DE-12345678
property[ownercontact0contacttype][0] = R
property[ownercontact0nationalitycode][0] = DE
property[admincontact0contactid][0] = ABCDE1234-ITNIC
property[admincontact0name][0] = Max Example
property[admincontact0organization][0] = Example GmbH
property[admincontact0street][0] = examplestreet 1
property[admincontact0zip][0] = 12345
property[admincontact0city][0] = Examplecity
property[admincontact0state][0] = examplestate
property[admincontact0country][0] = DE
property[admincontact0phone][0] = +49.1234567
property[admincontact0fax][0] = +49.1234568
property[admincontact0email][0] = [email protected]
property[admincontact0consentforpublishing][0] = 1
property[admincontact0entitytype][0] = 7
property[admincontact0contacttype][0] = C
property[admincontact0nationalitycode][0] = DE
property[techcontact0contactid][0] = ABCDE1234-ITNIC
property[techcontact0name][0] = Max Example
property[techcontact0organization][0] = Example GmbH
property[techcontact0street][0] = examplestreet 1
property[techcontact0zip][0] = 12345
property[techcontact0city][0] = Examplecity
property[techncontact0state][0] = examplestate
property[techcontact0country][0] = DE
property[techcontact0phone][0] = +49.1234567
property[techcontact0fax][0] = +49.1234568
property[techcontact0email][0] = [email protected]
property[techcontact0consentforpublishing][0] = 1
property[techcontact0entitytype][0] = 7
property[techcontact0contacttype][0] = C
property[techcontact0nationalitycode][0] = DE
property[nameserver][0] = ns1.example.com
property[nameserver][1] = ns2.example.com
property[nameserver][2] = ns3.example.com
property[registrar][0] = EXAMPLE-MNT
property[expirationdate][0] = 2009-11-06 00:00:00
|
EOF
|
[edit] Example for a .ES domain
[COMMAND]
(required)
command = GetDomainTransferInfo
domain = example.es
domain = (REPOSITORY)
|
EOF
|
[RESPONSE]
(required)
code = (CODE)
property[domain][0] = expamle.es
property[admincontact][0] = D12345-ESNIC-14
property[techcontact][0] = D12345-ESNIC-14
property[billingcontact][0] = D12345-ESNIC-14
property[nameserver][0] = ns1.example.com
property[nameserver][1] = ns2.example.com
property[nameserver][2] = ns3.example.com
property[status][0] = ACTIVE
property[createddate][0] = 2005-11-10 00:00:00.01
property[expirationdate][0] = 2009-11-10 00:00:00.01
property[x-es-registrant][0] = Expample GmbH
property[x-es-autorenew][0] = false
property[registrar][0] = EXAMPLENIC
|
EOF
|