Submit a Ticket My Tickets
Welcome
Login  Sign up

[Add] AdvertiserCredit (V1) - Admin

WSDL Page:  http://<your_domain_here>/api/1/add.asmx?op=AdvertiserCredit

 

Parameter Summary:

api_key / STRING = Admin API Key {See Test link}

advertiser_id / INT (unsignedByte)= Advertiser ID {See   GET Advertisers}

currency_id / INT (unsignedByte) = Received Currency ID {See GET Currencies}

amount / DECIMAL= The amount of credit aloted for digital spend

invoice_number / STRING = Invoice Number

verification_code / STRING = Verification Code

notes / STRING = Notes

 

Parameter Types:

api_key - ID

advertiser_id - ID

currency_id - ID

amount - Assignable

invoice_number - Assignable

verification_code - Assignable

notes - Assignable

 

Sample GET Call:

http://demo.cakemarketing.com/api/1/add.asmx/AdvertiserCredit?api_key=dNJFmId9rI&advertiser_id=178&currency_id=1&amount=40000&invoice_number=AlphaNumeric+123&verification_code=AlphaNumeric+456&notes=Funded+account

 

Sample XML Response:

<advertisercredit_add_response>
<success>true</success>
<message>Advertiser Credit Transaction Added</message>
</advertisercredit_add_response>

Did you find it helpful? Yes No

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