Page tree

Versions Compared

Key

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

Description

Use the group template, to create a group

Xpath

/control/group-definition[@configuration-template-id]

Description

Use the group template, to create a group


Example request

Code Block
<control request-id="Test XML 1" group-id="new"
    xmlns="http://webservices.ecircle-ag.com/ecm">
    <group-definition configuration-template-id="9031">
        <name>textgroupname</name>
        <description>textgroupdescription</description>
        <email-channel>
            <email>groupemail@centralsupport.cust-mta.com</email>
        </email-channel>
    </group-definition>
</control>