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:messageGetStatisticsByExternalMessageId>
            <externalMessageId>888</externalMessageId>
        </ecm:messageGetStatisticsByExternalMessageId>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels