---
title: "PATCH /candidates/{candidate_pk}/experiences/{id}/"
method: PATCH
path: "/candidates/{candidate_pk}/experiences/{id}/"
tags: ["candidates"]
---

# PATCH /candidates/{candidate_pk}/experiences/{id}/

`PATCH /candidates/{candidate_pk}/experiences/{id}/`

A viewset for viewing and editing experiences of a candidate.

## Request body

- object
  - `id` integer
  - `position` string, required — Name of the position
  - `employer` string, required — Name of the company the candidate was working for
  - `is_current_employer` boolean — Whether it is the current job of the candidate or not
  - `started_at` string, date, nullable — Date at which the candidate started the job
  - `ended_at` string, date, nullable — Date at which the candidate left the job
  - `description` string — Description of the job
  - `location` string — Location of the office
  - `created_at` string, date-time — Date at which the experience was added

## Response `200`

- object
  - `id` integer
  - `position` string, required — Name of the position
  - `employer` string, required — Name of the company the candidate was working for
  - `is_current_employer` boolean — Whether it is the current job of the candidate or not
  - `started_at` string, date, nullable — Date at which the candidate started the job
  - `ended_at` string, date, nullable — Date at which the candidate left the job
  - `description` string — Description of the job
  - `location` string — Location of the office
  - `created_at` string, date-time — Date at which the experience was added

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/versions/59053f2da83c/schema)
