Submit a Ticket My Tickets
Welcome
Login  Sign up

[Addedit] ApplySuppressionListToOffer (V1) - Admin

WSDL Page:  http://<your_domain_here>/api/1/addedit.asmx?op=ApplySuppressionListToOffer

 

Parameter Summary:

api_key / STRING = Admin API Key 

suppression_list_id / INT (unsignedByte)= Suppression List ID {See export.asmx > Advertisers}

offer_id / INT (unsignedByte)= Offer ID. Note: Suppression list IDs are bounded to Advertisers IDs, this offer_id must fall under the Advertiser who owns the suppression list. {See export.asmx > Offers}

optizmo_mailer_access_key / STRING = Optizmo Mailer Access key. Only required if the Suppression list is an Optizmo suppression list type.

 

 

Parameter Types:

api_key - ID

suppression_list_id - ID

offer_id - ID

optizmo_mailer_access_key - ASSIGNABLE

 

Sample GET Call:

http://demo.cakemarketing.com/api/1/addedit.asmx/ApplySuppressionListToOffer?api_key=dNJFmId9rI&suppression_list_id=164&offer_id=148&optizmo_mailer_access_key=

 

Sample XML Response:

<?xml version="1.0" encoding="utf-8"?>
<apply_suppression_list_to_offer_addedit_response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cakemarketing.com/api/1/">
  <success>true</success>
  <message>Suppression List 164 Successfully Applied to Offer 148</message>
  <row_count>0</row_count>
</apply_suppression_list_to_offer_addedit_response>

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.