Account blocked due to hitpoints[Link]

From: Registry
To: Registrar
Purpose: To inform the Registrar that they have reached the their hitpoints limit. This level is dependant on the size of your portfolio.
Content:
##SUBJECT: Account blocked due to hitpoints

----BEGIN-OF-CPS----
TYPE: HITPOINTS
ACTION: REACHED
LEVEL: 1000
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="3" id="441">
      <qDate>2018-06-12T10:00:00.000Z</qDate>
      <msg>Hitpoints reached</msg>
    </msgQ>
    <resData>
      <dnsbe:pollRes>
        <dnsbe:action>REACHED</dnsbe:action>
        <dnsbe:level>1000</dnsbe:level>
        <dnsbe:returncode>1000</dnsbe:returncode> 
        <dnsbe:type>HITPOINTS</dnsbe:type> 
      </dnsbe:pollRes>
    </resData>
    <trID>
      <clTRID>ABC-12345</clTRID>
      <svTRID>dnsbe-0</svTRID>
    </trID>
  </response>
</epp>