WSDL Page: http://<your_domain_here>/api/1/signup.asmx?op=GetPriceFormats
Parameter Summary:
api_key / STRING = Admin API Key {See get.asmx > GetAPIKey}
Parameter Types:
api_key - ID
Sample GET Call:
http://demo.cakemarketing.com/api/1/signup.asmx/GetPriceFormats?api_key=dNJFmId9rI
Sample XML Response:
<ArrayOfPriceFormat>
<PriceFormat>
<price_format_id>1</price_format_id>
<format_name>CPA</format_name>
</PriceFormat>
<PriceFormat>
<price_format_id>2</price_format_id>
<format_name>CPC</format_name>
</PriceFormat>
<PriceFormat>
<price_format_id>3</price_format_id>
<format_name>CPM</format_name>
</PriceFormat>
<PriceFormat>
<price_format_id>4</price_format_id>
<format_name>Fixed</format_name>
</PriceFormat>
<PriceFormat>
<price_format_id>5</price_format_id>
<format_name>RevShare</format_name>
</PriceFormat>
</ArrayOfPriceFormat>