Actions42
- Condomínio Actions
- Plano de Contas Actions
- Conta Bancária Actions
- Movimentação Bancária Actions
- Unidade Actions
- Morador Actions
- Boleto Actions
- Recebimento Actions
- Fornecedor Actions
- Inadimplência Actions
- Segunda Via Actions
- Responsáveis Legais Actions
Overview
This node integrates with the Superlogica API to manage accounting plans ("Plano de Contas"). Specifically, the "Editar Conta" operation allows users to edit an existing account within a specified accounting plan. This is useful for updating account details such as its index, description, or nature (revenue or expense).
Common scenarios include:
- Correcting or updating account information in an accounting plan.
- Reorganizing account indices when the chart of accounts structure changes.
- Changing the classification of an account from revenue to expense or vice versa.
Example: A user wants to update the description and index of an account in their accounting plan after restructuring their financial categories.
Properties
| Name | Meaning |
|---|---|
| ID do Plano de Contas | The unique identifier of the accounting plan where the account exists. |
| Índice da Conta | The new index of the account, representing its position or code in the chart (e.g., "1.1"). |
| Descrição da Conta | The updated description or name of the account. |
| Natureza da Conta | The nature/type of the account; options are "Receita" (Revenue) or "Despesa" (Expense). |
| Índice Anterior da Conta | The previous index of the account, required only if changing the account's index. |
Output
The node outputs JSON data representing the result of the edit operation on the account. This typically includes confirmation of the updated account details or any relevant response from the Superlogica API indicating success or failure.
No binary data output is involved.
Dependencies
- Requires connection to the Superlogica API.
- Needs valid API credentials including an application token and access token.
- The API base URL defaults to
https://api.superlogica.net/v2/condorbut can be overridden by credentials configuration.
Troubleshooting
- Missing Credentials: If API credentials are not provided or invalid, the node will throw an error indicating that credentials are missing.
- Invalid Account ID or Plan ID: Errors may occur if the specified accounting plan ID or account index does not exist. Verify IDs before running.
- Index Conflicts: Changing the account index to one already in use might cause errors or unexpected behavior.
- API Errors: Network issues or API rate limits could cause failures; check connectivity and API usage quotas.
- To resolve errors, ensure all required properties are correctly set and credentials are valid.
Links and References
- Superlogica API Documentation (for detailed API endpoints and parameters)
- n8n Documentation on Creating Custom Nodes