Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to update a training center record. It allows users to modify details of an existing training center by specifying the center's ID and providing updated data. This operation is useful for maintaining accurate and current information about training centers in the Dendreo system, such as changing the center's name or other attributes.

Use Case Examples

  1. Updating the name of a training center to reflect a rebranding.
  2. Modifying other details of a training center stored in Dendreo by sending JSON data with the updated fields.

Properties

Name Meaning
Training Center The training center to operate on, identified either from a list or by ID.
Record ID The ID of the record to update (required for update operations).
Center Name The new or updated name of the training center.
Data (JSON) JSON data containing the fields and values to update for the training center.

Output

JSON

  • json
    • id - The ID of the updated training center record.
    • nom - The updated name of the training center.

Dependencies

  • Dendreo API with authentication credentials

Troubleshooting

  • Ensure the API key credential for Dendreo is valid and has permissions to update training centers.
  • Verify that the training center ID provided exists; otherwise, a 'not found' error will occur.
  • Check that the JSON data provided is valid; invalid JSON will cause an error.
  • If permission errors occur, confirm the API user has rights to update training center records.

Links

  • Dendreo API Documentation - Official API documentation for Dendreo, useful for understanding available endpoints and data formats.

Discussion