Actions65
- Actions de Formation Actions
- Catalogue Public (Sessions) Actions
- Centres de Formation Actions
- Contacts Actions
- Entreprises Actions
- Factures Actions
- Formateurs Actions
- Modules/Produits Actions
- Participants Actions
- Sessions Permanentes Actions
- Salles de Formation Actions
Overview
This node interacts with the Dendreo API to search for invoices based on a user-provided search term. It is useful for scenarios where users need to find specific invoices quickly by matching terms such as invoice numbers or related metadata. For example, a user can search for invoices containing a particular client name or invoice number substring to retrieve relevant invoice records.
Use Case Examples
- Search invoices by invoice number or client name to retrieve matching invoice records.
- Use the search term to filter invoices and limit the number of results returned.
Properties
| Name | Meaning |
|---|---|
| Search Term | The term to search for in invoices, used to filter the invoice records. |
| Additional Fields | Optional parameters to refine the search, including limit on number of results and additional fields to include in the response. |
Output
JSON
json- The JSON output contains the list of invoices matching the search criteria, each invoice represented as an object with its properties.
Dependencies
- Dendreo API with an API key credential
Troubleshooting
- Authentication errors may occur if the API key is invalid or lacks necessary permissions; verify the API key and permissions.
- A 404 error indicates the invoice resource or endpoint may not exist; check the resource name and API endpoint.
- Permission denied errors suggest insufficient permissions for the invoice resource; ensure the API key has appropriate access rights.
- Invalid JSON data errors can occur if the input JSON for create or update operations is malformed; validate JSON input before submission.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, detailing endpoints and usage.