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 update an existing invoice record. It is designed for users who need to modify invoice details within the Dendreo system programmatically. For example, it can be used to update invoice information such as billing details or status in automated workflows.
Use Case Examples
- Updating invoice details after receiving payment confirmation.
- Modifying invoice data to correct errors or add additional information.
Properties
| Name | Meaning |
|---|---|
| Invoice | The specific invoice to update, selectable either from a list or by providing its ID. |
| Record ID | The ID of the record to update, required for the update operation. |
| Data (JSON) | The JSON-formatted data containing the fields and values to update in the invoice record. |
Output
JSON
json- The updated invoice record data returned from the Dendreo API.
Dependencies
- Requires an API key credential for Dendreo API authentication.
Troubleshooting
- Ensure the invoice ID is valid and exists in the Dendreo system to avoid 'not found' errors.
- Verify the JSON data is correctly formatted to prevent JSON parsing errors.
- Check API key permissions if encountering authentication or permission denied errors.