---
title: "Convert a concept employee to an employee"
method: PATCH
path: "/v2/providers/employers/conceptemployees/{conceptEmployeeId}/convertToEmployee"
tags: ["Concept employee"]
---

# Convert a concept employee to an employee

`PATCH /v2/providers/employers/conceptemployees/{conceptEmployeeId}/convertToEmployee`

__Activity name :__ <a href="https://developer.loket.nl/Activities/PatchConvertToEmployeeByConceptEmployeeId" target="_blank">PatchConvertToEmployeeByConceptEmployeeId</a>

This endpoint "converts" the conceptEmployee to an actual employee in Loket. This means creating a number of records including Employee, Employment, WorkingHours, Wage etc. If the promotion is successful the concept employee record will be deleted.

The GUID of the conceptEmployee will be copied over to the GUID of the newly created Employee.

Before performing these steps, quite a number of validations are performed to ensure that the provided information can be used to create a functionally valid employee.


If the employeeNumber is empty then this will be set automatically for the employee. (i.e. highest available number +1)

__Additional functionality :__
* It is possible to call an alternative functionality closely related to this functionality. This additional functionality will perform the validation ONLY, and it will NOT convert the conceptEmployee to an actual employee even when all validation rules are successful. Other than not performing the actual step of converting the employee the endpoint will behave identically to the actual endpoint.
* This functionality can be applied by setting the optional X-ValidateOnly header to true

## Path parameters

- `conceptEmployeeId` string, uuid, required

## Headers

- `Authorization` string, required
- `Accept` string, required
- `X-ValidateOnly` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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