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 Action in the Dendreo system. It is useful for scenarios where you need to modify details of a training action such as its title, type, start date, or end date. For example, if a training schedule changes or the training type needs correction, this node allows you to update those details programmatically via the Dendreo API.
Use Case Examples
- Updating the title and dates of a training action to reflect new scheduling information.
- Changing the training type from 'Inter-company' to 'Intra-company' for a specific training action.
Properties
| Name | Meaning |
|---|---|
| Training Action | The specific training action to update, identified either from a list or by ID. |
| Training Action Title | The new title (intitule) of the training action. |
| Training Type | The type of training, which can be Inter-company, Intra-company, or Non-training. |
| Start Date | The new start date of the training action. |
| End Date | The new end date of the training action. |
Output
JSON
id- Unique identifier of the updated training action.intitule- Title of the training action.type- Type of the training action (inter, intra, hors_formation).date_debut- Start date of the training action in ISO format.date_fin- End date of the training action in ISO format.
Dependencies
- Dendreo API with an API key credential
Troubleshooting
- Ensure the Training Action ID is provided and valid; missing or incorrect IDs will cause errors.
- Invalid JSON data in the 'Data (JSON)' property will cause parsing errors; ensure the JSON is well-formed.
- Authentication errors (HTTP 401) indicate issues with the API key or permissions; verify credentials.
- HTTP 404 errors mean the specified training action or endpoint was not found; check the ID and resource name.
- HTTP 403 errors indicate permission issues; ensure the API key has the necessary rights to update training actions.
Links
- Dendreo API Documentation - Official API documentation for interacting with Dendreo resources including training actions.