Get Fortnox Customer
fortnox_get_customerRetrieve complete customer details from Fortnox using a customer number, including contact information, addresses, payment terms, and VAT settings.
Instructions
Retrieve detailed information about a specific customer.
Args:
customer_number (string): The customer number to retrieve (required)
response_format ('markdown' | 'json'): Output format
Returns: Complete customer details including contact info, addresses, payment terms, and VAT settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_number | Yes | The customer number to retrieve | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |