Prontuário Verde icon

Prontuário Verde

Integração com a API Prontuário Verde

Actions20

Overview

This node integrates with the Prontuário Verde API to perform various operations related to healthcare management. Specifically, for the 'Estoque' resource with the 'Listar' operation, it lists inventory data either for 'Itens' (items) or 'Fornecedores' (suppliers). This is useful for managing stock and supplier information within a healthcare setting, enabling users to retrieve up-to-date inventory details or supplier lists from the API.

Use Case Examples

  1. A healthcare administrator wants to retrieve a list of all inventory items to check stock levels.
  2. A procurement officer needs to get a list of all suppliers to manage orders and supplier relationships.

Properties

Name Meaning
Subrecurso (Estoque) Specifies the subresource of the inventory to list, either 'Itens' (items) or 'Fornecedores' (suppliers).

Output

JSON

  • json - The JSON response from the Prontuário Verde API containing the list of inventory items or suppliers, depending on the selected subresource.

Dependencies

  • Requires an API key credential for the Prontuário Verde API to authenticate requests.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access the inventory endpoints.
  • If the node throws an error about unsupported operations or undefined URLs, verify that the resource is set to 'Estoque' and the operation to 'Listar'.
  • Errors related to HTTP requests may indicate network issues or API downtime; check connectivity and API status.

Links

Discussion