/bff/expense/record-add
Append a record (state change / comment / attachment) to an expense
ExpensepostBffExpenseRecord-add
Parameters
4 body
Body · 4
externalIdstringRequiredLength: 24–24
messagestring | nullFree-form comment. Empty allowed when the record carries a status change or an attachment.
statusnullNew status. Omit or set null for pure comment / attachment records. Any of new / approved / in_progress / review / done / rejected.
blobTokenstring | nullBlob token from a prior /file-upload. One attachment per record — attach many files by writing many records.
Request
POST /bff/expense/record-add
curl -X POST "https://api.bizkithub.com/bff/expense/record-add" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"externalId": "example_externalId"
}'Response
JSON payload
{
"success": true,
"recordId": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.