Topics
Support
Advertisers Get All
Advertisers Get All
Description
This function is intended to provide advertisers list with all advertisers without any filters in XML format.
API function Information
| Info |
|---|
| API Function Name:advertisers_get_all |
| API Function Call: http://[your_system_domain_name]/api/advertisers_get_all/ |
POST Parameters
| Parameter | Option | Value Type | Example | Description |
|---|---|---|---|---|
| User_ID | required | string | 0000000000 | User ID. |
| API_Key | required | string | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | API key. |
Request example
<?php
// API Function URL
$api_function_call = 'http://[your_system_domain_name]/api/advetisers_get_all/';
// API Parameters
$post_params = array(
'User_ID' => '0000000000',
'API_Key' => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $api_function_call);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_params);
$aResult = curl_exec($ch);
curl_close($ch);
print_r( $aResult );
?>
Response example
<?xml version="1.0" encoding="UTF-8"?>575 2 101inksdeal <password>4c00612f4ca08baad29c9b7bbe1456c1</password>1059.50 101inks 1 Roland Davoudikia <phone>818-993-7802 x 103</phone> 818-241-7918 roland@101inks.com 227 <address>1110 N Brand Blvd </address>Glendale 72 <postal>91202</postal>1 Ramond Davoudikia 818-993-7802 x 101 ray@1ink.com Roland Davoudikia 818-993-7802 x 103 roland@101inks.com <payment_terms>2</payment_terms> <payment_type>1</payment_type> <payment_details></payment_details>0 1 0 0 0.03 0 ![]()
borotu 0 2010-08-25 14:18:31 2010-01-25 15:08:33