Submit a Ticket My Tickets
Welcome
Login  Sign up

[Track] UpdateConversionPrice (V1) - Admin

WSDL Page:  http://<your_domain_here>/api/1/track.asmx?op=UpdateConversionPrice


Parameter Summary:

api_key / STRING = Admin API Key {See get.asmx > GetAPIKey}

request_id / INT = Click Request Session ID {See export.asmx > Conversions}

offer_id / INT = Offer ID {See get.asmx > Offers}

add_to_existing / BOOL = Add Amount to Existing Revenue? ["TRUE" = Add, "FALSE" = Overwrite]

amount / DECIMAL = Revenue to be Added/Overwritten [Use a negative Dollar Amount to Remove Credit]

mark_as_returned / BOOL = Mark the Conversion as Returned? ["TRUE", "FALSE"]

note_to_append / STRING = Freeform Notes

billing_option / STRING = Apply Price Changes to which Bill? ["ignore_billing", "next_generated_bill", "latest_generated_bill"]


Parameter Types:

api_key - ID

request_id - ID

offer_id - ID

add_to_existing - ASSIGNABLE

amount - ASSIGNABLE

mark_as_returned - ASSIGNABLE

note_to_append - ASSIGNABLE

billing_option - ASSIGNABLE


Sample GET Call:

http://demo.cakemarketing.com/api/1/track.asmx/UpdateConversionPrice?api_key=dNJFmId9rI&request_id=3420071&offer_id=1000610&add_to_existing=TRUE&amount=15.00&mark_as_returned=FALSE&note_to_append=Here+is+where+I%27m+putting+my+notes&billing_option=next_generated_bill

 

Sample XML Response:

<update_conversion_price_response>
  <success>true</success>
  <message>Conversion Updated</message>
</update_conversion_price_response>

Did you find it helpful? Yes No

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