Subreg EPP server documentation
[All Commands]

Transfer domain

Makes an order to request transfer of specified domain from its current registrar, or to accept or decline ingoing transfer request.

Input fields

  • op - type of action to be performed - request, approve, reject or cancel (required)
  • name - full domain name (required)
  • ns-hostAttr - delegated nameservers for this domain, possibly with ipv4 and ipv6 addresses (glue record)
  • registrant - contact handle of the owner of this domain
  • contact - contact handles of admin, tech and billing contacts, at most one for each category can be specified
  • authInfo-pw - valid authorization code of this domain
  • param - any additional parameters valid for subreg.cz

Output fields

  • order-id - number of the order (required)

Example


<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
 <command>
  <transfer op="request">
   <domain:transfer xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
    <domain:name>yourdomain.cz</domain:name>
    <domain:period unit="y">1</domain:period>
    <domain:ns>
     <domain:hostAttr>
      <domain:hostName>ns.example.com</domain:hostName>
     </domain:hostAttr>
     <domain:hostAttr>
      <domain:hostName>ns.example.net</domain:hostName>
     </domain:hostAttr>
    </domain:ns>
    <domain:registrant>G-000249</domain:registrant>
    <domain:contact type="admin">G-000249</domain:contact>
    <domain:authInfo>
     <domain:pw>lbQZJemn</domain:pw>
    </domain:authInfo>
   </domain:transfer>
  </transfer>
  <extension>
    <subreg:transfer xmlns:subreg="http://www.subreg.cz/epp/subreg-1.0">
      <subreg:param name="idnum">12345678</subreg:param>
      <subreg:param name="internal">true</subreg:param>
    </subreg:transfer>
  </extension>
  <clTRID>SUBREG20120218T024613Z691</clTRID>
 </command>
</epp>

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <response>
   <result code="1001">
    <msg lang="en">Command completed successfully; action pending</msg>
   </result>
   <resData>
    <order:creData xmlns:order="http://www.subreg.cz/epp/order-1.0">
     <order:id>856279</order:id>
    </order:creData>
   </resData>
   <trID>
    <clTRID>SUBREG20120218T024613Z691</clTRID>
    <svTRID>SUBREG20120218T024613Z783</svTRID>
   </trID>
  </response>
</epp>

Subreg EPP server documentation - version 1.0