---
title: "Edit a wage"
method: PUT
path: "/v2/providers/employers/employees/employments/wages/{wageId}"
tags: ["Wage"]
---

# Edit a wage

`PUT /v2/providers/employers/employees/employments/wages/{wageId}`

__Activity name :__ <a href="https://developer.loket.nl/Activities/PutWageByWageId" target="_blank">PutWageByWageId</a><br><br>Edit the details of a wage <br><br>__Metadata :__ Possible options for fields of the type 'metadata' can be acquired (GET) by adding `/metadata` to the PUT wage URL.<br><br>        <br>The possible options for `payGrade` are scoped by a `payScale`. To obtain the pay grades for a pay scale a metadata call has to be performed with the following format `../wages/metadata/payscale/{key}`. Where {key} is the key of the `payScale` (obtained via the first metadata call) for which the pay grades are to be returned.<br>

## Path parameters

- `wageId` 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)
