Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

  1. Clone a group with id=1

  2. Clone a group with id=1, then delete it at a future date

The cloned group name is "Copy of " + old name
The cloned group email is "copy-randomnumer" + old email

Example request 1

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

Example request 2

Code Block
<control
    xmlns="http://webservices.ecircle-ag.com/ecm" 
    request-id="Unique-String" group-id="new" clone-from-id="1">
    <delete-date>
        <date>2019-07-03T05:00:00.084Z</date>
    </delete-date>
</control>