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

Description

Retrieves statistical time distribution information for a specific sent message.

Available from

v7

Example body

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:messageGetTimeDistributionByExternalMessageId>
         <externalMessageId>123</externalMessageId>
         <interval>HOURLY</interval>
      </ecm:messageGetTimeDistributionByExternalMessageId>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels