Modifier un(e) candidat
boond_candidates_updateUpdate an existing candidate's record by ID in BoondManager. Provide only the fields to change; remaining candidate details stay unchanged, enabling partial updates for candidate information.
Instructions
Met à jour un(e) candidat existant(e), identifié(e) par son ID.
Quand : pour modifier quelques champs d'un enregistrement déjà en base.
Plutôt que : boond_candidates_create si l'enregistrement n'existe pas encore.
Mise à jour partielle : seuls les champs fournis sont écrits, les autres sont laissés en place.
Attention aux champs de type tableau, qui sont remplacés et non fusionnés.
Returns : confirmation et fiche mise à jour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID du candidat à modifier | |
| city | No | Ville | |
| note | No | Notes | |
| state | No | État du candidat | |
| title | No | Titre / fonction | |
| email1 | No | Email principal | |
| phone1 | No | Téléphone | |
| country | No | Pays | |
| lastName | No | Nom | |
| firstName | No | Prénom | |
| mainSkills | No | Compétences principales |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Identifiant de l'entité créée/modifiée | |
| type | No |