delivery_notes_bulk_convert
Convert multiple issued delivery notes into a single consolidated invoice. Requires delivery notes with the same client and currency; combines all lines into one invoice and marks them as invoiced.
Instructions
Convert multiple issued delivery notes into a single invoice. All delivery notes must be issued, have the same client, and use the same currency. Creates one invoice combining all lines and marks all delivery notes as invoiced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of delivery note UUIDs to convert into a single invoice | |
| companyId | No | Company UUID (overrides configured default) |