Superlogica icon

Superlogica

Consumir API do Superlogica Condomínios

Overview

This node integrates with the Superlogica API, specifically allowing users to manage various resources related to condominium management. The "Excluir Conta" operation under the "Plano de Contas" resource enables users to delete a specific account from a chart of accounts (plano de contas). This is useful in scenarios where an account is no longer needed or was created erroneously.

Practical examples include:

  • Removing obsolete financial accounts from the accounting plan.
  • Cleaning up the chart of accounts before generating financial reports.
  • Correcting mistakes by deleting incorrectly added accounts.

Properties

Name Meaning
ID do Plano de Contas The unique identifier of the chart of accounts from which the account will be deleted.
Índice da Conta The index or code of the account within the chart of accounts to be deleted (e.g., 1.1, 1.2).

Output

The output is a JSON object representing the result of the delete operation. Typically, this might include confirmation of deletion or details about the deleted account. If the operation fails, the output may contain an error message describing the issue.

No binary data output is expected for this operation.

Dependencies

  • Requires an active connection to the Superlogica API.
  • Needs valid API credentials including an application token and access token.
  • The node expects these credentials to be configured in n8n prior to execution.

Troubleshooting

  • Missing Credentials: The node will throw an error if API credentials are not provided. Ensure that the required API authentication tokens are set up correctly in n8n.
  • Invalid Account Index or Chart ID: Errors may occur if the provided account index or chart ID does not exist. Verify that the IDs and indices are correct and correspond to existing records.
  • API Connectivity Issues: Network problems or incorrect API URLs can cause failures. Confirm that the API endpoint is reachable and the URL is correct.
  • Permission Denied: If the API user lacks permission to delete accounts, the operation will fail. Check API user permissions.

Links and References

Discussion