mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Added check contact to epp_request_examples
This commit is contained in:
parent
300cdc56e2
commit
d759a232cb
1 changed files with 15 additions and 0 deletions
|
@ -135,3 +135,18 @@
|
||||||
<clTRID>ABC-12345</clTRID>
|
<clTRID>ABC-12345</clTRID>
|
||||||
</command>
|
</command>
|
||||||
</epp>
|
</epp>
|
||||||
|
|
||||||
|
<!-- CHECK CONTACT -->
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||||
|
<command>
|
||||||
|
<check>
|
||||||
|
<contact:check
|
||||||
|
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
||||||
|
<contact:id>check-1234</contact:id>
|
||||||
|
<contact:id>check-4321</contact:id>
|
||||||
|
</contact:check>
|
||||||
|
</check>
|
||||||
|
<clTRID>ABC-12345</clTRID>
|
||||||
|
</command>
|
||||||
|
</epp>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue