CentralNic Reseller Homepage
CentralNic Reseller Homepage

Contact:OwnerChange

Example of an owner change by EPP contact:update with the requested status as response.

Required Parameters

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>
    <update>
      <contact:update
       xmlns:contact="urn:ietf:params:xml:ns:contact-1.0"
       xsi:schemaLocation="urn:ietf:params:xml:ns:contact-1.0
       contact-1.0.xsd">
        <contact:id>P-ABC1</contact:id>
        <contact:chg>
          <contact:postalInfo type="int">
            <contact:name>John Doe</contact:name>
            <contact:org>Example Inc.</contact:org>
          </contact:postalInfo>
          <contact:email>mail@example.com</contact:email>
        </contact:chg>
      </contact:update>
    </update>
    <clTRID>0CD9A5D9-C0BD-4C9E-957C-72E312663424</clTRID>
  </command>
</epp>

Response

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <response>
    <result code="1000">
      <msg>Command completed successfully</msg>
    </result>
    <extension>
      <keysys:resData xmlns:keysys="http://www.key-systems.net/epp/keysys-1.0">
        <keysys:contactUpdData>
          <keysys:ownerchangestatus>REQUESTED</keysys:ownerchangestatus>
        </keysys:contactUpdData>
      </keysys:resData>
    </extension>
    <trID>
      <clTRID>0CD9A5D9-C0BD-4C9E-957C-72E312663424</clTRID>
      <svTRID>49e00f20-8944-4a70-b1f8-622aea2ba801</svTRID>
    </trID>
  </response>
</epp>

We domains
-