DocsAPI ReferenceExpense/bff/expense/record-add
postExpenseAdmin BFF

/bff/expense/record-add

Append a record (state change / comment / attachment) to an expense

ExpensepostBffExpenseRecord-add

Parameters

4 body

4 total
Body · 4
externalIdstringRequired
Length: 2424
messagestring | null

Free-form comment. Empty allowed when the record carries a status change or an attachment.

statusnull

New status. Omit or set null for pure comment / attachment records. Any of new / approved / in_progress / review / done / rejected.

blobTokenstring | null

Blob token from a prior /file-upload. One attachment per record — attach many files by writing many records.

Request

POST /bff/expense/record-add

post
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.

Get API Key