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

Description

Changes the status of an existing process.

Available from

v7

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:processApplyAction>
            <processId>1534</processId>
            <action>PAUSE</action>
        </ecm:processApplyAction>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels