Submit a Ticket My Tickets
Welcome
Login  Sign up

[Add] ManualCredit (V1) - Admin

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


Parameter Summary:

api_key / STRING = Admin API Key 

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

invoice_number / STRING = Invoice Number

verification_code / STRING = Verification Code

notes / STRING = Freeform Notes

buyer_id / INT = Buyer ID

buyer_contract_id / INT = Buyer Contract ID


Parameter Types:

api_key - ID

amount - ASSIGNABLE

invoice_number - ASSIGNABLE

verification_code - ASSIGNABLE

notes - ASSIGNABLE

buyer_id - ID

buyer_contract_id - ID


Sample GET Call:

http://demo.cakemarketing.com/api/1/add.asmx/ManualCredit?api_key=dNJFmId9rI&amount=1500.00&invoice_number=123456&verification_code=A1B2C3¬es=Here+is+where+I'm+putting+my+notes&buyer_id=1&buyer_contract_id=1

 

Sample XML Response:

<string>manual_credit_added_successfully</string>

Did you find it helpful? Yes No

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