---
title: "Create a candidate note"
method: POST
path: "/recruitment/candidates/{candidate_id}/notes"
tags: ["Candidates"]
---

# Create a candidate note

`POST /recruitment/candidates/{candidate_id}/notes`

Add a new note to an candidate

## Request body

- object
  - `comment` string, required

## Response `200`

OK

- object
  - `data` CandidateNote
    - `id` integer
    - `comment` string
    - `created_by` ReportingTo
      - `id` integer, required
      - `first_name` string
      - `last_name` string
      - `email` string, email, required
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
