Domain Guard re-enabled for ${domainName}.be[Link]

From: Registry
To: Registrar
Purpose: Informs the Registrar that Domain Guard is re-enabled for the domain name.
Content:
##SUBJECT:Domain Guard re-enabled for ${domainName}.be

----BEGIN-OF-CPS----
TYPE: DOMAIN
DOMAINNAME: ${domainName}.be
ACTION:  DOMAIN GUARD RE-ENABLED
RETURNCODE: 1000
----END-OF-CPS----

Example EPP poll response:

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:dnsbe="http://www.dns.be/xml/epp/dnsbe-1.0">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="1" id="${msgID}">
      <qDate>${dateYYYY-MM-DDTHH:MM:SS.mmmZ}</qDate>
      <msg>Domain Guard re-enabled</msg>
    </msgQ>
    <resData>
      <dnsbe:pollRes>
        <dnsbe:action>DOMAIN GUARD RE-ENABLED</dnsbe:action>
        <dnsbe:domainname>${domainName}.be</dnsbe:domainname>
        <dnsbe:returncode>1000</dnsbe:returncode>
        <dnsbe:type>DOMAIN</dnsbe:type>
      </dnsbe:pollRes>
    </resData>
    <trID>
      <clTRID>ABC-12345</clTRID>
      <svTRID>dnsbe-0</svTRID>
    </trID>
  </response>
</epp>