ACCOUNTING MarkAffiliateBillAsReceived API Version 1

ACCOUNTING MarkAffiliateBillAsReceived API Version 1

Marks an affiliate bill as received in CAKE. Use when an affiliate's billing statement has been received and acknowledged, updating the bill status programmatically before processing payment.

GET /api/1/accounting.asmx/MarkAffiliateBillAsReceived
Parameter Type Required Description
api_keystringYesYour CAKE Admin API key. Find it under Setup → System Access → API Keys.
bill_idintegerYesThe unique ID of the affiliate bill to mark as received.

Sample request

GET https://yourdomain.cakemarketing.com/api/1/accounting.asmx/MarkAffiliateBillAsReceived?api_key=YOUR_API_KEY&bill_id=20087

Sample response

{ "request_status": "Success", "response": { "bill_id": 20087, "bill_status": "Received", "updated": true } }

If you have any questions, please reach out to your dedicated CAKE Client Success Manager/Account Manager or contact the CAKE Support Team at support@getCAKE.com.

Did you find it helpful? Yes No

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