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 company record in the Dendreo system. It allows users to modify company details such as name, SIRET number, address, city, postal code, and additional custom properties. This operation is useful for keeping company information up-to-date in workflows that manage business contacts or organizational data.
Use Case Examples
- Updating a company's address and postal code after relocation.
- Modifying the company name or SIRET number to correct data entry errors.
- Adding or changing custom properties related to a company for enhanced record keeping.
Properties
| Name | Meaning |
|---|---|
| Company | The company to update, selected either from a list or by ID. |
| Company Properties | Custom properties to update on the company, specified as name-value pairs. |
| Company Name | The official name (raison_sociale) of the company. |
| SIRET | The company's SIRET number, a unique French business identification number. |
| Address | The company's physical address. |
| City | The city where the company is located. |
| Postal Code | The postal code for the company's address. |
Output
JSON
id- The unique identifier of the updated company record.raison_sociale- The updated company name.siret- The updated SIRET number.adresse- The updated company address.ville- The updated city of the company.code_postal- The updated postal code of the company.additionalProperties- Any additional custom properties updated on the company.
Dependencies
- Dendreo API with an API key credential
Troubleshooting
- Ensure the company ID is provided and valid; missing or incorrect IDs will cause errors.
- Verify the JSON format of any custom data provided; invalid JSON will result in 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 the company; verify user permissions in Dendreo.
Links
- Dendreo API Documentation - Official API documentation for interacting with Dendreo resources including companies.