/bff/invoice/update-notes
Updates the public and/or internal notice of the invoice.
InvoicepostBffInvoiceUpdate-notes
Parameters
3 body
Body · 3
idstringRequiredExternal invoice ID.
publicNoticestringPublic notice (displayed on invoice).
internalNoticestringInternal notice.
Request
POST /bff/invoice/update-notes
curl -X POST "https://api.bizkithub.com/bff/invoice/update-notes" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "aB3xKm9pQ2wLn4Yz",
"publicNotice": "Thank you for your business",
"internalNotice": "Approved by manager"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.