instant-epp/tests/resources/request/extensions/frnic_create_contact_natura...

35 lines
1.2 KiB
XML
Raw Normal View History

2023-04-14 08:10:06 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<create>
<create xmlns="urn:ietf:params:xml:ns:contact-1.0">
<id>XXX000</id>
<postalInfo type="loc">
<name>Dupont</name>
<addr>
<street>1 Rue des fleurs</street>
<city>Paris</city>
<pc>75000</pc>
<cc>FR</cc>
</addr>
</postalInfo>
<voice>+33.1234567890</voice>
<email>test@test.fr</email>
<authInfo>
<pw>Afn-12345678</pw>
</authInfo>
</create>
</create>
<extension>
<ext xmlns="http://www.afnic.fr/xml/epp/frnic-2.0">
<create>
<contact>
<firstName>Michel</firstName>
</contact>
</create>
</ext>
</extension>
<clTRID>cltrid:1626454866</clTRID>
</command>
</epp>