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

/bff/accounting-entity/create

Create accounting entity

Accounting EntitypostBffAccounting-entityCreate

Parameters

5 body

5 total
Body · 5
namestringRequired
Length: 1200
currencystring
Length: 33
contactExternalIdstring | null
accountingYearStartMonthnull
notestring | null

Request

POST /bff/accounting-entity/create

post
curl -X POST "https://api.bizkithub.com/bff/accounting-entity/create" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "name": "example_name",
  "currency": "example_currency"
}'

Response

JSON payload

{
  "success": true,
  "externalId": "example_externalId"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key