Get sales invoice
bc_get_sales_invoiceFetch a specific sales invoice from Dynamics 365 Business Central using its invoice number or GUID, with optional line items. Ideal for retrieving complete invoice details for verification or analysis.
Instructions
Get one sales invoice by invoice number or GUID id, including its lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Sales invoice GUID id | |
| include_lines | No | Include invoice lines (default true) | |
| invoice_number | No | Sales invoice No. |