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

Description

Anonymizes contact PII data based on GDPR regulations.

Available from

v9

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:contactAnonymize>
            <contactId>3769711</contactId>
            <notificationRecipient>john.smith@mapp.com</notificationRecipient>
        </ecm:contactAnonymize>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels