Use this command to transfer the contact from another registrar to our system. It can be applied for a contact of CZ domains only.
Parameters:
- tld – TLD
- cname – contact name
- auth_info – authorization string
Return Values
- 1000 = OK
- 2201 = invalid TLD
- 2215 = missing parameter auth_info
- 2216 = invalid contact identifier
- 2244 = This domain does not support contact transfer
- 3229 = contact is not available
- 3237 = contact is already registered with us
- 3240 = authorization error
- 3241 = failed to re-register
- 4216 = failed – connection error
Return data
Command does not return any data.
Example of use
XML query:
<request> <user>tester</user> <auth>6ddea865c30c18569ebee803a25f73393b03c843</auth> <command>contact-transfer</command> <clTRID>4230</clTRID> <data> <tld>cz</tld> <cname>TESTER</cname> <auth_info>qQm1Gq4x</auth_info> </data> </request>
XML response:
<response> <code>1000</code> <result>OK</result> <timestamp>1288106055</timestamp> <clTRID>4230</clTRID> <svTRID>1288106055.0639.28272.1</svTRID> <command>contact-transfer</command> </response>