Skip to Main Content

Nominet

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

Print this page  | Contact Us
The <account:fork> command allows a number of domain names on a registrant contact to be moved to a copy of that contact. A fork is requested by enclosing an <account:fork> element within an <update> command.

<account:fork> element

The <account:fork> element contains the following sub-elements:

  • An optional <account:roid> element giving the registant contact id that the domain names are to be forked from.
  • One or more <account:domain-name> elements giving domain names to fork from the contact.

If the <account:roid> element is provided then the domain names must all be on that contact, otherwise the domain names must all be on a single contact.

Example account fork request

<?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>
<update>
<account:fork
xmlns:account="http://www.nominet.org.uk/epp/xml/nom-account-2.0"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-account-2.0
nom-account-2.0.xsd">
<account:roid>567867845</account:roid>
<account:domain-name>example1.co.uk</account:domain-name>
<account:domain-name>example2.co.uk</account:domain-name>
<account:domain-name>example3.co.uk</account:domain-name>
</account:fork>
</update>
<clTRID>ABC-123</clTRID>
</command>
</epp>
Example account fork 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>
<account:creData>
<account:roid>100029-UK</account:roid>
  <account:name>Mr R. Strant</account:name>
  <account:crDate>2008-01-12T15:00:12</account:crDate>
  </account:creData>
</resData>
</response>
</epp>

Notes


  • Details of the new account created are included in an <account:creData> element included in the <resData> element.
 
 
 

© Nominet UK 1996-2012  |  Accessibility  |  Site Map  |  Feeds  |  Glossary  |  Privacy Policy  |  Terms of Use  |  Cookies  |  Contact Us