Get a single purchase invoice
get_purchase_invoiceRetrieve a specific purchase invoice by ID, including all line items, to access complete bookkeeping records.
Instructions
Get a single purchase invoice.
Get a single purchase invoice by ID, including all line items.
[Purchase Invoices] GET /invoices/purchase/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the purchase invoice. | |
| administration | No | The client administration to act on. Only one is configured: default. |