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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Description

  1. send a copy of a prepared message

  2. send two (max is 100) copies of a prepared message

Example request 1

<control
    xmlns="http://webservices.ecircle-ag.com/ecm"
           request-id="Unique-String" group-id="2014">
    <message message-id="new" clone-from-id="3135">
        <send-date>
            <immediately/>
        </send-date>
    </message>
    <failure-report-address xmlns="http://webservices.ecircle-ag.com/ecm">
        <email>saduser@mapp.com</email>
    </failure-report-address> 	
</control>

Example request 2

<control
    xmlns="http://webservices.ecircle-ag.com/ecm" 
           request-id="Unique-String" group-id="1">
    <message message-id="new" clone-from-id="1">
        <send-date>
            <immediately/>
        </send-date>
    </message>
    <message message-id="new" clone-from-id="1">
        <send-date>
            <immediately/>
        </send-date>
    </message>
</control>
  • No labels