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

Description

Returns all of the prepared messages for a specific group.

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:groupGetPreparedMessages>
            <groupId>503</groupId>
        </ecm:groupGetPreparedMessages>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels