---
title: "Update employment configuration record for defined employment."
method: PUT
path: "/api/employments/{userEmploymentId}/configuration-history"
tags: ["Employments"]
---

# Update employment configuration record for defined employment.

`PUT /api/employments/{userEmploymentId}/configuration-history`

## Path parameters

- `userEmploymentId` integer, required

## Request body

- IntectEmploymentConfigurationHistory
  - `Id` integer
  - `UserEmploymentId` integer
  - `FromDate` string, date-time
  - `StandardHoursPerWeek` number, double, nullable
  - `StandardWorkDaysPerWeek` number, double, nullable
  - `StandardWorkHoursMonday` number, double, nullable
  - `StandardWorkHoursTuesday` number, double, nullable
  - `StandardWorkHoursWednesday` number, double, nullable
  - `StandardWorkHoursThursday` number, double, nullable
  - `StandardWorkHoursFriday` number, double, nullable
  - `StandardWorkHoursSaturday` number, double, nullable
  - `StandardWorkHoursSunday` number, double, nullable
  - `DegreeOfEmployment` number, double, nullable
  - `VacationFactor` number, double, nullable

## Response `200`

OK

- IntectEmploymentConfigurationHistory
  - `Id` integer
  - `UserEmploymentId` integer
  - `FromDate` string, date-time
  - `StandardHoursPerWeek` number, double, nullable
  - `StandardWorkDaysPerWeek` number, double, nullable
  - `StandardWorkHoursMonday` number, double, nullable
  - `StandardWorkHoursTuesday` number, double, nullable
  - `StandardWorkHoursWednesday` number, double, nullable
  - `StandardWorkHoursThursday` number, double, nullable
  - `StandardWorkHoursFriday` number, double, nullable
  - `StandardWorkHoursSaturday` number, double, nullable
  - `StandardWorkHoursSunday` number, double, nullable
  - `DegreeOfEmployment` number, double, nullable
  - `VacationFactor` number, double, nullable

---

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