Accounting EntitypostBffAccounting-entityCreate
Parameters
5 body
Body · 5
namestringRequiredLength: 1–200
currencystringLength: 3–3
contactExternalIdstring | nullaccountingYearStartMonthnullnotestring | nullRequest
POST /bff/accounting-entity/create
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.