ACCOUNTING MarkBuyerBillAsSent API Version 1
Marks a buyer bill as sent in CAKE. Use this endpoint when a buyer invoice has been dispatched and you need to update the bill status programmatically without navigating through the CAKE Admin UI.
GET
/api/1/accounting.asmx/MarkBuyerBillAsSent
| 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 buyer bill to mark as sent. |
Sample request
GET https://yourdomain.cakemarketing.com/api/1/accounting.asmx/MarkBuyerBillAsSent?api_key=YOUR_API_KEY&bill_id=30012
Sample response
{
"request_status": "Success",
"response": {
"bill_id": 30012,
"bill_status": "Sent",
"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.