WSDL Page: http://<your_domain_here>/affiliate/api/2/offers.asmx?op=SetPostbackURL
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}
postback_url / STRING = Campaign Postback URL
Parameter Types:
api_key - ID
affiliate_id - ID
campaign_id - ID
postback_url - ASSIGNABLE
Sample GET Call:
Sample XML Response:
<set_post_back_url_response>
<success>true</success>
<message>Pending Approval</message>
</set_post_back_url_response>