Domain:renew
Domain renewal
You can use the following request to renew one of your domains. Please note that for some top-level domains the minimal renewal period is more than one year. Refer to the tld:info request to get further information on a given top-level domain.
XML Template - Renewing a domain
<?xml version="1.0" encoding="UTF-8"?>
<request xmlns:domain="http://www.eurodns.com/domain">
<domain:renew>
<domain:name>#DOMAIN.TLD#</domain:name>
<domain:year>#RENEWAL PERIOD#</domain:year>
</domain:renew>
</request>
<domain:renew> (Occurrences: 1)
<domain:name> (Occurrences: 1)
R | #DOMAIN.TLD# | Name of the domain to be renewed |
R | #RENEWAL PERIOD# | Renewal period in years |
If the action was successful, the following code will be returned:
<?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>
Legend
O | The element is optional and does not have to be specified in the request and/or answer |
R | The element is mandatory and has to specified in the request and/or answer |