Superlogica icon

Superlogica

Consumir API do Superlogica Condomínios

Overview

This node integrates with the Superlogica Condomínios API, specifically allowing users to list financial receipts ("Recebimentos") associated with a condominium. It is useful for scenarios where you need to retrieve payment records within a specific date range or for a particular condominium. For example, property managers can use this node to generate reports of all payments received in a given month or to audit transactions for a specific condominium.

Properties

Name Meaning
ID do Condomínio The unique identifier of the condominium for which to list receipts. (Required)
Data Inicial Optional start date to filter receipts from (format: MM/DD/YYYY).
Data Final Optional end date to filter receipts up to (format: MM/DD/YYYY).

Output

The node outputs an array of JSON objects, each representing a receipt record retrieved from the Superlogica API. Each object contains detailed information about individual receipts such as payment amounts, dates, and related condominium data.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Superlogica API.
  • The node expects the API URL, application token, and access token to be configured via credentials.
  • No additional external dependencies are required beyond the Superlogica API access.

Troubleshooting

  • Missing Credentials Error: If the node throws an error indicating credentials are not provided, ensure that the API authentication tokens are correctly set up in the node's credential configuration.
  • Invalid Date Format: Providing dates in a format other than MM/DD/YYYY may cause the API to reject the request or return no results. Verify date inputs carefully.
  • API Rate Limits or Connectivity Issues: Network problems or exceeding API rate limits may result in errors. Check network connectivity and API usage quotas.
  • Empty Results: If no receipts are returned, confirm that the condominium ID is correct and that receipts exist within the specified date range.

Links and References

Discussion