Actions61
- Contact Actions
- Article Actions
- Voucher Actions
- Invoice Actions
- Down Payment Invoice Actions
- Quotation Actions
- Credit Note Actions
- Delivery Note Actions
- Dunning Actions
- File Actions
- Profile Actions
- Country Actions
- Payment Condition Actions
- Event Subscription Actions
- Recurring Template Actions
- Voucherlist Actions
- Trigger Actions
Overview
This node integrates with the Lexware Office API to manage various business resources. Specifically, for the Credit Note resource with the Create operation, it allows users to create new credit note entries in their Lexware Office system. This is useful for automating financial workflows such as issuing credit notes for returned goods, refunds, or adjustments to invoices.
Typical scenarios include:
- Automatically generating credit notes when a customer returns products.
- Creating credit notes linked to specific invoices or sales transactions.
- Managing credit note metadata like descriptions, tags, and external IDs for better tracking.
Example: A user can configure this node to create a credit note with additional descriptive fields and link it to an existing invoice or customer record, streamlining accounting processes.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | A collection of optional fields to add extra information to the credit note. Includes: |
| - Name: Name of the credit note resource | |
| - Description: Description text | |
| - Notes: Additional notes | |
| - Tags: Comma-separated tags | |
| - External ID: Identifier from an external system |
These properties allow customization of the created credit note beyond mandatory fields.
Output
The node outputs a JSON array where each element represents the result of creating a credit note. The structure corresponds to the response from the Lexware Office API for a credit note creation request, typically including:
- The unique ID of the created credit note.
- Metadata such as name, description, notes, tags, and external ID if provided.
- Status and timestamps related to the credit note.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the Lexware Office API.
- The node uses the base URL configured in the credentials to send requests.
- No other external dependencies are required.
Troubleshooting
- Missing Required Fields Error: If mandatory fields for creating a credit note are not provided, the node throws an error listing missing fields. Ensure all required parameters are set before execution.
- Authentication Failures: Invalid or missing API key credentials will cause authentication errors. Verify that the API key is correctly configured in the node credentials.
- API Endpoint Issues: Incorrect or unreachable resource URLs may cause connection errors. Confirm the base URL in credentials is correct.
- Continue on Fail: If enabled, the node will continue processing subsequent items even if one fails, returning error messages in the output JSON.
Links and References
- Lexware Office API Documentation (official API docs for detailed resource and operation info)
- n8n Documentation (for general usage of n8n nodes and credentials)
This summary focuses on the Credit Note resource's Create operation as requested, based on static analysis of the provided source code and property definitions.