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

41 lines
1.1 KiB
XML

<?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>XXXX0000</id>
<postalInfo type="loc">
<name>Dupont JO</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-123456</pw>
</authInfo>
</create>
</create>
<extension>
<ext xmlns="http://www.afnic.fr/xml/epp/frnic-2.0">
<create>
<contact>
<legalEntityInfos>
<legalStatus s="association" />
<asso>
<decl>2011-05-02</decl>
<publ page="15" announce="123456">2011-05-07</publ>
</asso>
</legalEntityInfos>
</contact>
</create>
</ext>
</extension>
<clTRID>cltrid:1626454866</clTRID>
</command>
</epp>