ExpensepostBffExpenseMark-paid
Parameters
3 body
Body · 3
externalIdstringRequiredLength: 24–24
paidDatestringRequiredYYYY-MM-DD
paymentMethodstringLength: 0–32
Request
POST /bff/expense/mark-paid
curl -X POST "https://api.bizkithub.com/bff/expense/mark-paid" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"externalId": "example_externalId",
"paidDate": "example_paidDate",
"paymentMethod": "example_paymentMethod"
}'Response
JSON payload
{
"success": true,
"alreadyPaid": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.