mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
28 lines
1 KiB
XML
28 lines
1 KiB
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<create>
|
|
<domain:create
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>test-validate.example</domain:name>
|
|
<domain:period unit="y">1</domain:period>
|
|
<domain:ns>
|
|
<domain:hostObj>ns1.example.external</domain:hostObj>
|
|
<domain:hostObj>ns2.example.external</domain:hostObj>
|
|
</domain:ns>
|
|
<domain:registrant>jd1234</domain:registrant>
|
|
<domain:contact type="admin">sh8013</domain:contact>
|
|
<domain:contact type="tech">sh8013</domain:contact>
|
|
<domain:authInfo>
|
|
<domain:pw>2fooBAR</domain:pw>
|
|
</domain:authInfo>
|
|
</domain:create>
|
|
</create>
|
|
<extension>
|
|
<allocate:create xmlns:allocate="urn:google:params:xml:ns:allocate-1.0">
|
|
<allocate:applicationRoid>B-EXAMPLE</allocate:applicationRoid>
|
|
<allocate:applicationTime>2014-01-01T00:00:00Z</allocate:applicationTime>
|
|
</allocate:create>
|
|
</extension>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|