contactCHECK
- xml
- k/v
Copy
format: xml
request: contactCHECK
<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:contact="http://registry.denic.de/contact/5.0">
<contact:check>
<contact:handle>DENIC-1000002-MAX</contact:handle>
</contact:check>
</registry-request>
Copy
format: xml
response: contactCHECK
<?xml version="1.0" encoding="UTF-8"?>
<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
<tr:transaction>
<tr:stid>ba1b8093-9a2b-11df-a9e2-9519b5688882</tr:stid>
<tr:result>success</tr:result>
<tr:data>
<contact:checkData xmlns:contact="http://registry.denic.de/contact/5.0">
<contact:handle>DENIC-1000002-MAX</contact:handle>
<contact:status>exist</contact:status>
</contact:checkData>
</tr:data>
</tr:transaction>
</registry-response>