Submit a Ticket My Tickets
Welcome
Login  Sign up

[Get] PriceFormats (V1) - Admin

WSDL Page:  http://<your_domain_here>/api/1/get.asmx?op=PriceFormats

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/get.asmx/PriceFormats?api_key=dNJFmId9rI

 

Sample XML Response:

<price_formats_response>
  <success>true</success>
  <row_count>5</row_count>
  <price_formats>
    <price_format>
      <price_format_id>1</price_format_id>
      <price_format_name>CPA</price_format_name>
    </price_format>
    <price_format>
      <price_format_id>2</price_format_id>
      <price_format_name>CPC</price_format_name>
    </price_format>
    <price_format>
      <price_format_id>3</price_format_id>
      <price_format_name>CPM</price_format_name>
    </price_format>
    <price_format>
      <price_format_id>4</price_format_id>
      <price_format_name>Fixed</price_format_name>
    </price_format>
    <price_format>
      <price_format_id>5</price_format_id>
      <price_format_name>RevShare</price_format_name>
    </price_format>
  </price_formats>
</price_formats_response>

Did you find it helpful? Yes No

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