epp-client 0.7.0

EPP (Extensible Provisioning Protocol) Client Library for Domain Registration and Management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>eppdev.com</domain:name>
                <domain:chg/>
            </domain:update>
        </update>
        <extension>
            <sync:update xmlns:sync="http://www.verisign.com/epp/sync-1.0">
                <sync:expMonthDay>--05-31</sync:expMonthDay>
            </sync:update>
        </extension>
        <clTRID>cltrid:1626454866</clTRID>
    </command>
</epp>