---
title: "Edit the details of an employment template"
method: PUT
path: "/v2/providers/employers/employmenttemplates/{employmenttemplateId}"
tags: ["Employment template"]
---

# Edit the details of an employment template

`PUT /v2/providers/employers/employmenttemplates/{employmenttemplateId}`

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

Edit the details of an employment template

* Possible options (metadata) for generic fields of the type "metadata" can be acquired (GET) by adding `/metadata` to the URL.
* Possible options dependent on a specific payrollAdministration can be acquired via `../v2/providers/employers/conceptemployees/metadata/payrollAdministration/{payrollAdministrationId}`.
* Possible options for payGrade can be acquired via `../v2/providers/employers/conceptemployees/metadata/payrolladministration/{payrollAdministrationId}/payscale/{payScaleKey}`.

A `payGrade` has time based values dictating the wage for a given period. These values can be acquired by performing another metadata request `../v2/providers/employers/conceptemployees/metadata/payscale/{payScaleKey}/paygrade/{payGradeKey}`.


__NonPayrollAdministrations__ For nonPayrollAdministrations the equivalent MetaData-endpoints are also available as described above. Default values that are dependent on the selected non-payroll administration can be acquired via `/v2/providers/employers/employmenttemplates/defaults/nonpayrolladministration/{nonPayrollAdministrationId}`.

## Path parameters

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