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 Current »

Xpath

/control/group-definition[@keep-owner]
/control/group-definition[@with-owner-as-member]

Description

Keep owner: defines if the original object owner (true) or executor (false) instead will be the owner of the new object.
WithOwnerAsMember: defines if the owner of new group should be added as a member to the group (true) or not (false).


Example request

<control request-id="1234" group-id="new"
    xmlns="http://webservices.ecircle-ag.com/ecm" clone-from-id="1">
    <group-definition preferred-channel="email" keep-owner="true" with-owner-as-member="true">
        <name>ClonedGroup</name>
        <description>This is a XML Interface testing group</description>
        <email-channel>
            <email>clonedgroup@postgres-pages-de.in</email>
        </email-channel>
    </group-definition>
</control>
  • No labels