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

Description

Adds new entries (email, email domain, mobile number, or fax number) to the system blacklist.

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:blacklistCreateSystemEntries>
            <!--Zero or more repetitions:-->
            <entries>
                <type>EMAIL</type>
                <pattern>blacklistuser4@test.com</pattern>
            </entries>
        </ecm:blacklistCreateSystemEntries>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels