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:messageGetTimeDistribution>
         <messageId>669</messageId>
         <interval>HOURLY</interval>
      </ecm:messageGetTimeDistribution>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels