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

/bff/expense/attachment-add

Attach a blob to an expense

ExpensepostBffExpenseAttachment-add

Parameters

4 body

4 total
Body · 4
externalIdstringRequired
Length: 2424
blobTokenstringRequired
kindstring
Length: 016
labelstring
Length: 0200

Request

POST /bff/expense/attachment-add

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

Get API Key