Submit a Ticket My Tickets
Welcome
Login  Sign up

[Signup] GetPriceFormats (V1) - Admin

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>

Did you find it helpful? Yes No

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