Créer un commentaire
Vous pouvez créer un commentaire sur un candidat grâce à l'API.
token
Pour créer un commentaire il faut s'authentifier avec un token utilisateur qui peut être récupéré grâce à la méthode Login
Requête
Cette méthode permet de créer un commentaire sur un candidat :
POST /company/{companyID}/applicant/{applicantID}/comment
Paramètres
Paramètre | In | Type | Obligatoire | Description | Exemple |
---|---|---|---|---|---|
companyID | path | string | Identifiant de l'entreprise | 0GjqBwprWAdArDl4 | |
applicantID | path | string | id du candidat | ||
type | query | string | type du [commentaire] | note | |
private | query | boolean | Le commentaire est-il privé ? | true | |
file | query | file | Pièce jointe | zoGaHqRvJ/CV_test.pdf | |
text | query | string | Contenu du commentaire | En réponse au précédent commentaire : très bon niveau en anglais | |
reply_to | query | string | id du [commentaire] parent | j4hq6zbqYZ20JA1z |