Create Fortnox Account
fortnox_create_accountCreate a new account in the Fortnox chart of accounts. Specify account number and description, plus optional VAT code, cost center, and project settings to structure financial tracking.
Instructions
Create a new account in the chart of accounts.
Args:
account_number (number): Account number 1000-9999 (required)
description (string): Account description (required)
vat_code (string): VAT code for the account
active (boolean): Whether the account is active (default: true)
cost_center_settings ('ALLOWED' | 'MANDATORY' | 'NOTALLOWED'): Cost center settings
project_settings ('ALLOWED' | 'MANDATORY' | 'NOTALLOWED'): Project settings
sru_code (number): SRU code for tax reporting
Returns: The created account details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Whether the account is active | |
| sru_code | No | SRU code for tax reporting | |
| vat_code | No | VAT code for the account | |
| description | Yes | Account description (required) | |
| account_number | Yes | Account number (1000-9999, required) | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |
| project_settings | No | Project settings for the account | |
| cost_center_settings | No | Cost center settings for the account |