Poll:acknowledge

Acknowledge poll message

Use this command to confirm that you have retrieved the poll message. Once the poll message has been acknowledged (or expired after 30 days), we automatically remove it from your queue.

XML Template
<?xml version="1.0" encoding="UTF-8"?>
    <request xmlns:poll="http://www.eurodns.com/poll" xmlns:message="http://www.eurodns.com/message">
        <poll:acknowledge>
            <message:id>#MESSAGE ID#</message:id>
        </poll:acknowledge>
    </request>

<poll:acknowledge> (Occurrences: 1)

R #MESSAGE ID# The message ID of the last retrieved message
The following code will be returned if the ID was correct and the message was dequeued:
<?xml version="1.0" encoding="UTF-8"?>
    <response xmlns="http://www.eurodns.com/">
        <result code="1000">
            <msg><![CDATA[Command completed successfully]]></msg>
        </result>
    </response>

Legend

O The element is optional and does not have to be specified in the request and/or answer
R The element is mandatory and has to specified in the request and/or answer