---
title: "Create an wage for an employment"
method: POST
path: "/v2/providers/employers/employees/employments/{employmentId}/wages"
tags: ["Wage"]
---

# Create an wage for an employment

`POST /v2/providers/employers/employees/employments/{employmentId}/wages`

__Activity name :__ <a href="https://developer.loket.nl/Activities/PostWageByEmploymentId" target="_blank">PostWageByEmploymentId</a><br><br>Create a new wage record for the given employment<br><br>__Metadata :__ Possible options for fields of the type 'metadata' can be acquired (GET) by adding `/metadata` to the POST 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><br>__Defaults :__ Default values for a new object can be acquired by adding `/defaults' to the POST URL and performing a GET action.<br>

## Path parameters

- `employmentId` string, uuid, required

## Headers

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

## Response `201`

Created

## 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)
