Offerit API Enable Affiliate Landing Page

From Offerit
Revision as of 15:41, 1 February 2013 by OfferitMegan (talk | contribs) (Created page with "This function allows you to get the details for an offer. The parameter that needs to be passes is: *'''landing_page''' - The id(s) of the landing page you want to get details f...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function allows you to get the details for an offer. The parameter that needs to be passes is:

  • landing_page - The id(s) of the landing page you want to get details for. To pass more than one id, enter the ids as a comma separated list. Also, if you wish to grab all landing page ids, you can leave the field blank.

NuSOAP Example

This example continues from the main article NuSOAP Example):

$values = Array(
      'landing_page' => '2,6', 
   );
   
$result = $client->call('approve_transaction', $values, 'offeritapiadmin_wsdl');

Sample Output