Create an invoice
documentedCreates a new invoice.
POST /invoicesBillingno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$account_name}}.quadernoapp.com/api/invoices.json" \
-X POST \\
-u "{{QUADERNO_API_KEY}}:x" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"number": "{{$number}}", "issue_date": "{{$issue_date}}", "po_number": "{{$po_number}}", "due_date": "{{$due_date}}", "currency": "{{$currency}}", "exchange_rate": {{$exchange_rate}}}'