Added check contact to epp_request_examples

This commit is contained in:
Andres Keskküla 2014-08-26 10:25:03 +03:00
parent 300cdc56e2
commit d759a232cb

View file

@ -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>