WSDL Page: http://<your_domain_here>/affiliate/api/3/offers.asmx?op=ApplyForOffer
Parameter Summary:
api_key / STRING = Affiliate API Key {See auth.asmx > Login}
affiliate_id / INT = Affiliate ID {See auth.asmx > Login}
offer_contract_id / INT = Offer Contract ID {See offers.asmx > OfferFeed}
media_type_id / INT (unsignedByte) = Media Type ID {See offers.asmx > OfferFeed}
notes / STRING = Freeform Notes
agreed_to_terms / BOOL = Agreed To Terms ["TRUE", "FALSE"]
agreed_from_ip_address / STRING = Agreed To Terms IP Address
Parameter Types:
api_key - ID
affiliate_id - ID
offer_contract_id - ID
media_type_id - ID
notes - ASSIGNABLE
agreed_to_terms - ASSIGNABLE
agreed_from_ip_address - ASSIGNABLE
Sample GET Call:
Sample XML Response:
<apply_for_offer_response>
<success>true</success>
<message>Campaign Created</message>
<campaign_id>16744</campaign_id>
</apply_for_offer_response>