Page tree

Versions Compared

Key

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

Description

Adds new Deletes entries (email, emailDomainemail domain, mobileNumbermobile number, or faxNumberfax number) to from the group blacklist.

Example request

Code Block
<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:blacklistCreateGroupEntries>blacklistDeleteGroupEntries>
            <entries><!--Zero or more repetitions:-->
            <entries>
<!--Zero or more repetitions:-->                 <type>EMAIL_DOMAIN<<type>EMAIL</type>
                <pattern>al<pattern>test@bl.com</pattern>
            </entries>
            <groupId>30</groupId>
        </ecm:blacklistCreateGroupEntries>blacklistDeleteGroupEntries>
    </soapenv:Body>
</soapenv:Envelope>