invoices-create
invoices-createCreates a new invoice linked to a client, with configurable amount, currency, date, status, and billing period.
Instructions
Creates a standalone Invoice vertex with a BillTo edge to the specified client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Invoice amount | |
| client_id | Yes | Client ID to bill to (@rid format) - REQUIRED: all invoices must have a client | |
| currency | No | Currency code (default: USD) | |
| invoice_date | No | Invoice date (YYYY-MM-DD) | |
| invoice_number | Yes | Unique invoice number (e.g., INV-2025-001) | |
| month_of | No | Billing period (e.g., 'January 2025') | |
| notes | No | Optional notes | |
| status | No | Status: draft, sent, paid, overdue, cancelled (default: draft) |