Versions Compared

Key

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

...

ParameterDescriptionExample
Id  
IdListSpecify here MailUp list ID (or 'NULL', if filter is applicable to all lists) 
NameNumber that identifies console ID 
Description  
Category  
Conditions[ ]

Array of conditions (at list one). Each condition is composed of the following fields:

  • Id
  • IdFilter
  • LogicalOperation (allowed values: AND, OR)
  • IdPersonalDataFieldType
  • Type
  • Value
 

SOAP Examples

Code Block
languagehtml/xml
titleSOAP request
coming soon
Code Block
languagehtml/xml
titleSOAP response
coming soon

 

FiltersDeletePersonalDataFilter

...

ParameterDescriptionExample
Token Access token, used for authentication 
IdFilterID of a previously crated filter 

SOAP Examples

Code Block
languagehtml/xml
titleSOAP request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ifil="http://Mailup.WS/IFilterService">
	<soapenv:Header/>
	<soapenv:Body>
		<ifil:FiltersDeletePersonalDataFilter>
			<ifil:request>
				<ifil:AccessToken>h7FvEjVPdh3Mx0hfRXgpVYO5Rb0m/so+LpSrAi7NMCoAXrLfZJf1iO9HsqY9XjfwNVbvU0kDx/zVkz11k6zRAG=</ifil:AccessToken><ifil:IdFilter>56</ifil:IdFilter>
			</ifil:request>
		</ifil:FiltersDeletePersonalDataFilter>
	</soapenv:Body>
</soapenv:Envelope>

...