ExpensepostBffExpenseAttachment-add
Parameters
4 body
Body · 4
externalIdstringRequiredLength: 24–24
blobTokenstringRequiredkindstringLength: 0–16
labelstringLength: 0–200
Request
POST /bff/expense/attachment-add
curl -X POST "https://api.bizkithub.com/bff/expense/attachment-add" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"externalId": "example_externalId",
"blobToken": "example_blobToken",
"kind": "example_kind",
"label": "example_label"
}'Response
JSON payload
{
"success": true,
"attachmentId": 0,
"blobId": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.