Update Fortnox Customer
fortnox_update_customerUpdate an existing customer in Fortnox using the customer number and optional fields to modify. Returns the updated customer details.
Instructions
Update an existing customer in Fortnox.
Args:
customer_number (string): Customer number to update (required)
name, email, phone, address fields, etc.: Fields to update (only provided fields are changed)
Returns: The updated customer details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City | |
| name | No | Customer name | |
| No | Primary email address | ||
| phone | No | Primary phone number | |
| active | No | Whether the customer is active | |
| country | No | Country name | |
| address1 | No | Street address line 1 | |
| address2 | No | Street address line 2 | |
| comments | No | Internal comments | |
| currency | No | Currency code | |
| zip_code | No | Postal/ZIP code | |
| vat_number | No | VAT registration number | |
| country_code | No | Two-letter country code | |
| customer_number | Yes | Customer number to update (required) | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |
| terms_of_payment | No | Payment terms code | |
| organisation_number | No | Organisation/company number |