ACCOUNTING MarkAdvertiserBillAsReceived API Version 1
Marks an advertiser bill as received in CAKE. Use this endpoint when payment has been received from an advertiser and you need to update the bill status programmatically as part of an automated payment reconciliation workflow.
GET
/api/1/accounting.asmx/MarkAdvertiserBillAsReceived
| Parameter | Type | Required | Description |
|---|---|---|---|
| api_key | string | Yes | Your CAKE Admin API key. Find it under Setup → System Access → API Keys. |
| bill_id | integer | Yes | The unique ID of the advertiser bill to mark as received. |
Sample request
GET https://yourdomain.cakemarketing.com/api/1/accounting.asmx/MarkAdvertiserBillAsReceived?api_key=YOUR_API_KEY&bill_id=10042
Sample response
{
"request_status": "Success",
"response": {
"bill_id": 10042,
"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.