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 operation updates an existing training room record in the Dendreo system. It is useful for scenarios where details of a training room, such as its title or location type, need to be modified. For example, if a training room's name changes or its location classification (internal, external, client site) is updated, this node facilitates those changes via the Dendreo API.
Use Case Examples
- Updating the title of a training room to reflect a new naming convention.
- Changing the location type of a training room from 'internal' to 'external'.
Properties
| Name | Meaning |
|---|---|
| Training Room | The specific training room to update, identified either from a list or by ID. |
| Record ID | The unique identifier of the training room record to update. |
| Room Title | The new or updated title of the training room. |
| Location Type | The updated location classification of the training room, such as internal, external, or client site. |
| Data (JSON) | Additional JSON data for the training room record, allowing for flexible updates beyond predefined fields. |
Output
JSON
jsonid- The ID of the updated training room record.intitule- The updated title of the training room.emplacement_cible- The updated location type of the training room.
Dependencies
- Dendreo API with API key credential
Troubleshooting
- Ensure the 'Training Room' and 'Record ID' fields are correctly set; missing or incorrect IDs will cause errors.
- Invalid JSON in the 'Data (JSON)' field will cause the node to throw an error; validate JSON format before submission.
- Authentication errors indicate issues with the API key or permissions; verify credentials and access rights.
- A 404 error suggests the specified training room does not exist or the endpoint is incorrect; verify the room ID and resource path.