---
title: "Update a candidate experience"
method: PUT
path: "/recruitment/candidates/{candidate_id}/experiences/{id}"
tags: ["Candidates"]
---

# Update a candidate experience

`PUT /recruitment/candidates/{candidate_id}/experiences/{id}`

Update a experience to an candidate

## Request body

- object
  - `title` string
  - `company` string
  - `starts_on` string
  - `ends_on` string
  - `location` string
  - `description` string

## Response `200`

OK

- object
  - `data` CandidateExperience
    - `id` integer, required
    - `title` string, required
    - `company` string, required
    - `starts_on` string, required
    - `ends_on` string
    - `location` string
    - `description` string

---

[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)
