Contact:Check
Check, if the contact ID is available or already in use.
Required Parameters
Command
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
<command>
<check>
<contact:check
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
<contact:id>P-JCD21</contact:id>
</contact:check>
</check>
<clTRID>30F11A90-2FFB-11DE-ADDE-80000000D51D</clTRID>
</command>
</epp>
Response
<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<response>
<result code="1000">
<msg>Command completed successfully</msg>
</result>
<resData xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
<contact:chkData>
<contact:cd>
<contact:id avail="1">P-JMD24</contact:id>
</contact:cd>
</contact:chkData>
</resData>
<trID>
<clTRID>30F11A90-2FFB-11DE-ADDE-80000000D51D</clTRID>
<svTRID>32C1BC3A-2FFB-11DE-B49B-B7731FA00EDE</svTRID>
</trID>
</response>
</epp>