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 trainer records. It allows users to update details of a specific trainer by providing the trainer's ID and the data to update in JSON format. This operation is useful for managing trainer information in training management systems, such as updating contact details, qualifications, or other trainer attributes.
Use Case Examples
- Updating a trainer's contact information by specifying the trainer ID and new contact details in JSON format.
- Modifying a trainer's profile data such as name, expertise, or availability using the update operation.
Properties
| Name | Meaning |
|---|---|
| Trainer | The trainer to operate on, identified either from a list or by ID. |
| Record ID | The ID of the record to update, required for update operations. |
| Data (JSON) | The JSON data containing the fields and values to update for the trainer record. |
Output
JSON
json- The updated trainer record data returned from the API after the update operation.
Dependencies
- Dendreo API with authentication credentials
Troubleshooting
- Ensure the trainer ID is valid and exists in the system; otherwise, the update will fail with a 'not found' error.
- Verify that the JSON data provided is correctly formatted; invalid JSON will cause an error.
- Authentication errors indicate issues with the API key or permissions; check credentials and access rights.
- Permission denied errors suggest insufficient rights to update trainer records; verify user permissions.
Links
- Dendreo API Documentation - Official API documentation for interacting with Dendreo services, including trainer management.