WSDL Page: http://<your_domain_here>/affiliate/api/2/offers.asmx?op=SendCreativePack
Parameter Summary:
api_key / STRING = Affiliate API Key {See auth.asmx > Login}
affiliate_id / INT = Affiliate ID {See auth.asmx> Login}
campaign_id / INT = Campaign ID {See offers.asmx > OfferFeed}
creative_id / INT = Creative ID ["0" = ALL Creatives] {See export.asmx > Creatives}
contact_id / INT = Contact ID
Parameter Types:
api_key - ID
affiliate_id - ID
campaign_id - ID
creative_id - ID
contact_id - ID
Sample GET Call:
Sample XML Response:
<send_creative_pack_response>
<success>true</success>
<message>Campaign Pack Sent</message>
</send_creative_pack_response>