Skip to Main Content

Nominet

Log in to the online service
Skip Primary Navigation
Skip All Secondary and Tertiary Navigation

Print this page  | Contact Us

The renew command only applies to domain names. It has no meaning for other object types.

Domains

Renew commands will only be processed if the expiry date of the domain name is within 6 months.

<domain:renew> element

The domain:renew element contains the following child elements:

  • A domain:name element that contains the fully qualified name of the domain object whose validity period is to be extended.
  •  An optional domain:period element that specifies the registration period in years (y) or months (m). This may currently only be set to 2y or 24m.

Examples

Example of a domain renew command 

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
   epp-1.0.xsd">
  <command>
  <renew>
  <domain:renew
   xmlns:domain="http://www.nominet.org.uk/epp/xml/nom-domain-1.0"
   xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-domain-1.0
   nom-domain-1.0.xsd">
  <domain:name>example.co.uk</domain:name>
  <domain:period unit="y">2</domain:period>
  </domain:renew>
  </renew>
  <clTRID>ABC-12345</clTRID>
  </command>
  </epp>

Example successful domain renew response

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
   epp-1.0.xsd">
  <response>
  <result code="1000">
  <msg>Command completed successfully</msg>
  </result>
  <resData>
  <domain:renData
   xmlns:domain="http://www.nominet.org.uk/epp/xml/nom-domain-1.0"
   xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-domain-1.0
   nom-domain-1.0.xsd">
  <domain:name>example.co.uk</domain:name>
  <domain:exDate>2007-04-03T22:00:00.0Z</domain:exDate>
  </domain:renData>
 </resData>
  <trID>
  <clTRID>ABC-12345</clTRID>
  <svTRID>265768</svTRID>
  </trID>
  </response>
  </epp>
 
 
 

© Nominet UK 1996-2008  |  Accessibility  |  Site Map  |  Feeds