The account merge operation will be released on 9 Sep 2008.
An account merge operation is requested by enclosing an <account:merge> element within an <update> command.
The <account:merge> element contains the following sub-elements:
The set of domain names moved to the destination account is the union of the domain names on the identified accounts and the directly identified domain names.
The following will merge all the domain names on the 99999 account, along with all domain names with account name matching "Company X Ltd" along with the three domain names onto the account with id 567867845.
<?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:merge
xmlns:account="http://www.nominet.org.uk/epp/xml/nom-account-1.1"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-account-1.1
nom-account-1.0.xsd">
<account:roid>567867845</account:roid>
<account:roid source="y">99999</account:roid>
<account:name>Company X Ltd</account:name>
<account:domain-name>epp-example1.co.uk</account:domain-name>
<account:domain-name>epp-example2.co.uk</account:domain-name>
<account:domain-name>epp-example3.co.uk</account:domain-name>
</account:merge>
</update>
<clTRID>tu58683</clTRID>
</command>
</epp>