WSDL Page: http://<your_domain_here>/api/1/get.asmx?op=OfferTypes
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/OfferTypes?api_key=dNJFmId9rI
Sample XML Response:
<offer_types_response>
<success>true</success>
<row_count>3</row_count>
<offer_types>
<offer_type>
<offer_type_id>3</offer_type_id>
<offer_type_name>3rd Party</offer_type_name>
</offer_type>
<offer_type>
<offer_type_id>2</offer_type_id>
<offer_type_name>Host-n-Post</offer_type_name>
</offer_type>
<offer_type>
<offer_type_id>1</offer_type_id>
<offer_type_name>Hosted</offer_type_name>
</offer_type>
</offer_types>
</offer_types_response>