---
title: "update a Preboarding Candidate"
method: PUT
path: "/v1/hire/preboarding/candidates/{id}"
tags: ["PreboardingAPI"]
---

# update a Preboarding Candidate

`PUT /v1/hire/preboarding/candidates/{id}`

update a Preboarding Candidate

## Path parameters

- `id` string, required

## Request body

- UpdatePreboardingCandidateDTO — Model for updating preboarding candidate.
  - `firstName` string, nullable — Gets or sets the FirstName.
  - `middleName` string, nullable — Gets or sets the MiddleName.
  - `lastName` string, nullable — Gets or sets the lastName.
  - `jobtitle` string, nullable — Gets or sets Jobtitle.
  - `gender` 0 | 1 | 2 | 3
  - `department` string, nullable — Gets or sets Department.
  - `workLocation` string, nullable — Gets or sets WorkLocation.
  - `expectedDateOfJoining` string, date-time, nullable — Gets or sets ExpectedDateOfJoining.
  - `stage` 0 | 1 | 2 | 3 | 4 | 5

## Response `200`

Success

- boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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