Accounting EntitypostBffAccounting-entityUpdate
Parameters
6 body
Body · 6
externalIdstringRequiredLength: 24–24
namestringLength: 1–200
currencystringLength: 3–3
contactExternalIdstring | nullaccountingYearStartMonthnullnotestring | nullRequest
POST /bff/accounting-entity/update
curl -X POST "https://api.bizkithub.com/bff/accounting-entity/update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"externalId": "example_externalId",
"name": "example_name",
"currency": "example_currency"
}'Response
JSON payload
{
"success": true,
"changeCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.