Get Fortnox Supplier Invoice
fortnox_get_supplier_invoiceFetch complete supplier invoice details by given number, covering line items, supplier info, dates, amounts, and payment status. Output as markdown or JSON.
Instructions
Retrieve detailed information about a specific supplier invoice including all line items.
Args:
given_number (string): The supplier invoice given number to retrieve (required)
response_format ('markdown' | 'json'): Output format
Returns: Complete supplier invoice details including supplier info, dates, amounts, line items, and payment status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| given_number | Yes | The supplier invoice given number to retrieve | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |