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

Description

Archive a list of groups and any dependent subgroups.
Other dependent objects, such as triggers and scheduled tasks, are not archived.

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:groupArchive>
            <groupIds>52</groupIds>
        </ecm:groupArchive>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels