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

# POST /candidates/{candidate_pk}/experiences/

`POST /candidates/{candidate_pk}/experiences/`

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 `201`

- 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/revisions/59053f2da83c/schema)
