boond_invoices_create
Create a new invoice in BoondManager by providing the company ID, total, and issue date. Optionally set status, due date, paid date, or description.
Instructions
Create a new invoice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| paidAt | No | ||
| status | No | ||
| dueDate | No | ||
| issuedAt | Yes | ||
| companyId | Yes | ||
| description | No |