Page tree
Skip to end of metadata
Go to start of metadata

Description

Retrieves statistical data for a sent message.

Available from

v5

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:messageGetStatistics>
            <messageId>669</messageId>
        </ecm:messageGetStatistics>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels