Actions20
- Agenda Actions
- Paciente Actions
- Profissional Actions
- Procedimento Actions
- Despesa Actions
- Recebimento Actions
- Especialidade Actions
- Estoque Actions
- Fidelidade Actions
- Unidade Actions
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
- A healthcare administrator wants to retrieve a list of all inventory items to check stock levels.
- 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
- Prontuário Verde API Documentation - Official API documentation for Prontuário Verde, useful for understanding available endpoints and data structures.