---
title: "Updates candidate's recruitment preferences"
method: POST
path: "/candidate/profile/recruitment-preferences/{candidate_id}"
tags: ["Candidate"]
---

# Updates candidate's recruitment preferences

`POST /candidate/profile/recruitment-preferences/{candidate_id}`

Updates candidate's recruitment preferences

## Path parameters

- `candidate_id` string, required

## Headers

- `Authorization` string, string, required
- `Context` string, string, required

## Request body

- ArrRecruitmenPostModel
  - `bIsSeekingWork` boolean — Whether the candidate is looking for job
  - `arrPreferedWorkTypes` string[]
  - `fPreferredWorkDistance` number — prefered distance of the work from the living place

## Response `200`

Agency candidate language details was updated

- RecruitmentPreference
  - `bIsSeekingWork` boolean, required — Whether the candidate is looking for a job or not
  - `arrPreferedWorkTypes` string[], required
  - `fPreferredWorkDistance` string, required — The perefered distance of the work place
  - `dtModified` string, required — Date the document was last updated
  - `id` string, required — The id of the candidate whose recruitment details will be returned

## Other responses

- `400` — Validation Error. Usually caused by a missing or invalid parameter. Or this could be because of an unexpected result returned from ACCR at the moment
- `401` — Authorization Error. Thrown if the user does not have access to resource.
- `404` — Not found. Returned if no resource was found
- `405` — Method not supported Error. Returned if an unsupported http method is used.
- `406` — Not acceptable, Content type not supported
- `default` — unexpected error

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
