v1
latestOpenAPI 3.0.12026-07-144840447.2 KBLedger Accounts
Create a ledger account
Create a ledger account
ℹ️ This endpoint requires the following scope: ledger_accounts:all
post/api/external/firm/v1/companies/{company_id}/ledger_accounts
Path parameters
company_idinteger required
Existing company identifier (id)
Request body
Example request
{
"number": "512",
"label": "Secondary Account",
"vat_rate": "FR_200"
}Response
Returns the created ledger account
Example response
{
"id": 124,
"number": "512",
"label": "Secondary Account",
"vat_rate": "any",
"country_alpha2": "FR",
"enabled": true,
"archived_at": "2023-08-30T10:08:08.146343Z"
}