fiken_create_invoice
Create invoices with issue and due dates, line items, customer ID, bank account code, and cash payment option. Amounts are in NOK cents.
Instructions
Creates a new invoice. Amounts are in NOK øre (cents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cash | Yes | True if paid immediately by cash | |
| uuid | No | ||
| lines | Yes | Invoice line items (required) | |
| dueDate | Yes | Due date YYYY-MM-DD | |
| currency | No | ISO 4217, e.g. "NOK" | |
| issueDate | Yes | Issue date YYYY-MM-DD (required) | |
| projectId | No | ||
| customerId | Yes | Contact ID of the customer | |
| invoiceText | No | ||
| ourReference | No | ||
| roundingType | No | ||
| yourReference | No | ||
| orderReference | No | ||
| paymentAccount | No | Account code, required if cash=true | |
| bankAccountCode | Yes | Bank account code for payment | |
| contactPersonId | No |