Find sales invoice by invoice number
find_sales_invoice_by_invoice_idRetrieve a sales invoice by entering its printed invoice number, such as 2025-0001. Drafts have no invoice number and cannot be found this way.
Instructions
Look up a sales invoice by its printed invoice number, e.g. "2025-0001". Drafts have no invoice number and are never found this way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | The invoice number as shown on the document. | |
| administration_id | No | Administration to act on. Defaults to the administration this server was configured with; call list_administrations to discover the available ids. |