[Offers] ApplyForOffer (V1) - Affiliate

WSDL Page:  http://<your_domain_here>/affiliate/api/1/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



 

Parameter Types:

affiliate_id - ID

api_key - ID

offer_contract_id - ID

media_type_id - ID

notes - ASSIGNABLE

 

Sample GET Call:

https://demo.cakemarketing.com/affiliates/api/1/offers.asmx/ApplyForOffer?affiliate_id=5969&api_key=OIohoAIOxMHZeo7EjB2IQg&offer_contract_id=640&media_type_id=15&notes=Here+is+where+I%27m+putting+my+notes

 

Sample XML Response:

<apply_for_offer_response>
   <success>true</success>
   <message>Campaign Created</message>
   <campaign_id>16744</campaign_id>
</apply_for_offer_response>

Did you find it helpful? Yes No

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