Table of contents

Description

XML example

Request
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
    <command>
        <create>
            <domainrobot:authinfo1 xmlns:domainrobot="urn:org:domainrobot:ns:ext-1.0">
                <domainrobot:name>epptest.de.</domainrobot:name>
            </domainrobot:authinfo1>
        </create>
        <clTRID>ABC-12345</clTRID>
    </command>
</epp>
Response
<epp xmlns:contact="urn:ietf:params:xml:ns:contact-1.0"
    xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xmlns:domainrobot="urn:org:domainrobot:ns:ext-1.0">
    <response>
        <result code="1000">
            <msg lang="en">Command completed successfully</msg>
        </result>
        <resData>
            <domainrobot:authinfo1>
                <domainrobot:name>epptest.de</domainrobot:name>
                <domainrobot:authInfo>
                    <domain:pw>OHm3rAerO</domain:pw>
                </domainrobot:authInfo>
            </domainrobot:authinfo1>
        </resData>
        <trID>
            <clTRID>ABC-12345</clTRID>
        </trID>
    </response>
</epp>