invoices_bulk_storno
Batch-create storno (refund/credit note) invoices for multiple eligible outgoing invoices. Processes only issued or validated invoices and returns created count plus per-item errors.
Instructions
Create storno (refund/credit note) invoices for multiple invoices in batch. Only outgoing invoices with status "issued" or "validated" are eligible. Returns count of created storno invoices and any per-item errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of invoice UUIDs to storno (1–100). Only outgoing, issued/validated invoices are eligible. | |
| companyId | No | Company UUID override (uses active company if not set) |