---
title: "Edit the working hours"
method: PUT
path: "/v2/providers/employers/employees/employments/workinghours/{workinghoursId}"
tags: ["Working hours"]
---

# Edit the working hours

`PUT /v2/providers/employers/employees/employments/workinghours/{workinghoursId}`

__Activity name :__  <a href="https://developer.loket.nl/Activities/PutWorkingHoursByWorkingHoursId" target="_blank">PutWorkingHoursByWorkingHoursId</a>       <br/> <br/>  Create a new working hours record for an employment<br/>  Please note that so-called chain validation exists for working hours records. In other words, the time periods of records for an employment cannot overlap with each other.<br/> A new or changed startDate affects the endDate of its preceding record.<br/>  When PUT-ing a new record, the startDate must be greater then the preceding record's startDate.

__Metadata :__ Possible options for fields of the type 'metadata' can be acquired (GET) by adding `/metadata` to the PUT URL.

## Path parameters

- `workinghoursId` string, uuid, required

## Headers

- `Authorization` string, required
- `Accept` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `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)
