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 2 Next »

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

<control xmlns="http://webservices.ecircle-ag.com/ecm"
request-id="Unique-String" group-id="new" clone-from-id="2014">
    <success-report-address xmlns="http://webservices.ecircle-ag.com/ecm">
        <email>happyuser@mapp.com</email>   
    </success-report-address> 
    <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="new" clone-from-id="1">
    <delete-date>
        <date>2019-07-03T05:00:00.084Z</date>
    </delete-date>
</control>
  • No labels