instant-epp/epp-client/test/resources/request/domain/create.xml

19 lines
598 B
XML
Raw Normal View History

2021-07-24 19:10:40 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2021-11-09 00:57:39 +00:00
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
2021-07-24 19:10:40 +00:00
<command>
<create>
<create xmlns="urn:ietf:params:xml:ns:domain-1.0">
<name>eppdev-1.com</name>
<period unit="y">1</period>
<registrant>eppdev-contact-3</registrant>
<contact type="admin">eppdev-contact-3</contact>
<contact type="tech">eppdev-contact-3</contact>
<contact type="billing">eppdev-contact-3</contact>
<authInfo>
<pw>epP4uthd#v</pw>
</authInfo>
</create>
</create>
<clTRID>cltrid:1626454866</clTRID>
</command>
</epp>