Restore domain premium
Creates new order to restore your already deleted PREMIUM domain.
Input fields
- name - full domain name (required)
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> <update> <domain:update xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:name>your.singles</domain:name> </domain:update> </update> <extension> <subreg:update xmlns:subreg="http://www.subreg.cz/epp/subreg-1.0"> <subreg:restore/> <subreg:premium/> </subreg:update> </extension> <clTRID>SUBREG20120218T025107Z280</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>856280</order:id> </order:creData> </resData> <trID> <clTRID>SUBREG20120218T025107Z280</clTRID> <svTRID>SUBREG20120218T025107Z361</svTRID> </trID> </response> </epp>
Subreg EPP server documentation - version 1.0
|