This notification is generated when a registrar requests a .ltd.uk, .plc.uk or .net.uk domain name and it is accepted.
<epp:resData> element
The <resData> element contains a single <domain:creData> element which contains the details of the domain name that has been registered. This element is returned by a successful
create command.
Example of a referral accepted notification
<?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="1301">
<msg>Command completed successfully; ack to dequeue</msg>
</result>
<msgQ count="10" id="12345">
<qDate>2007-09-26T07:31:30</qDate>
<msg>Referral Accepted Notification</msg>
</msgQ>
<resData>
<domain:creData
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"
xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0
domain-1.0.xsd">
<domain:name>epp-example1.ltd.uk</domain:name>
<domain:crDate>2007-09-25T11:30:45</domain:crDate>
<domain:exDate>2009-09-25T11:30:45</domain:exDate>
</domain:creData>
</resData>
<trID>
<clTRID>ABC-12345</clTRID>
<svTRID>123456</svTRID>
</trID>
</response>
</epp>