Update Fortnox Account
fortnox_update_accountUpdate an existing account in the chart of accounts. Provide the account number to modify description, VAT code, active status, cost center settings, or project settings.
Instructions
Update an existing account in the chart of accounts.
Args:
account_number (number): Account number to update (required)
description (string): Account description
vat_code (string): VAT code
active (boolean): Whether the account is active
cost_center_settings ('ALLOWED' | 'MANDATORY' | 'NOTALLOWED'): Cost center settings
project_settings ('ALLOWED' | 'MANDATORY' | 'NOTALLOWED'): Project settings
Returns: The updated account details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Whether the account is active | |
| vat_code | No | VAT code for the account | |
| description | No | Account description | |
| account_number | Yes | Account number to update (required) | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |
| project_settings | No | Project settings | |
| cost_center_settings | No | Cost center settings |