XML Template for ro domains
R |
#DOMAIN.TLD# |
Domain to be traded |
Note: Only the organisational contact can be updated |
O |
#CONTACT PROFILE ID# |
Use a contact profile instead of specifying the contact details |
R |
#FIRSTNAME# |
Firstname |
R |
#LASTNAME# |
Lastname |
O |
#COMPANY# |
Company |
R |
#ADDRESS LINE 1# |
Address, Line 1 |
O |
#ADDRESS LINE 2# |
Address, Line 2 |
O |
#ADDRESS LINE 3# |
Address, Line 3 |
R |
#ZIP/POSTAL CODE# |
ZIP/Postal code |
R |
#COUNTRY CODE# |
Country code (ISO 3166-1-alpha-2) |
R |
#EMAIL ADDRESS# |
Email address |
R |
#PHONE NUMBER# |
Phone number format: +999999999 Starting with +country phone code |
O |
#FAX NUMBER# |
Phone number format: +999999999 Starting with +country phone code |
R |
#STATEPROVINCE# |
State/Province for registrant contact |
R |
#DOMAIN_AUTHCODE# |
Authcode |
The following request is an example on how to perform a trade by using a contact profile
instead of specifying the complete contact details in the request.
<?xml version="1.0" encoding="UTF-8"?> <request xmlns:domain="http://www.eurodns.com/domain" xmlns:contact="http://www.eurodns.com/contact"> <domain:trade> <domain:name>eurodns.com</domain:name> </domain:trade> <contact:update> <contact:type>org</contact:type> <contact:contactprofileid>123456</contact:contactprofileid> </contact:update> </request>
|
<?xml version="1.0" encoding="UTF-8"?> <response xmlns="http://www.eurodns.com/"> <result code="1001"> <msg>Command completed successfully, action pending</msg> </result> </response>
|