35 lines
1.2 KiB
XML
35 lines
1.2 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>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>
|