DocsAPI ReferenceAccounting Entity/bff/accounting-entity/update
postAccounting EntityAdmin BFF

/bff/accounting-entity/update

Update accounting entity

Accounting EntitypostBffAccounting-entityUpdate

Parameters

6 body

6 total
Body · 6
externalIdstringRequired
Length: 2424
namestring
Length: 1200
currencystring
Length: 33
contactExternalIdstring | null
accountingYearStartMonthnull
notestring | null

Request

POST /bff/accounting-entity/update

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

Get API Key