---
title: "Create a change request to update the payroll tax reduction setting of a worker"
method: POST
path: "/public/onboarding/v1/update-payroll-tax-reduction-setting"
tags: ["Onboarding flow"]
---

# Create a change request to update the payroll tax reduction setting of a worker

`POST /public/onboarding/v1/update-payroll-tax-reduction-setting`

## Request body

- PayrollTaxReductionUpdateRequestV1
  - `workerId` string, uuid, required — The unique id of the worker, as returned from the /create-worker endpoint.
  - `isPayrollTaxReduction` boolean, required — true if the worker wants us to apply payroll tax reduction (Dutch: loonheffingskorting), false otherwise

## Response `200`

Successfully created a worker change request to update the payroll tax reduction

- PayrollTaxReductionUpdateResponseV1
  - `workerId` string, uuid, required — The unique id of the worker, as returned from the /create-worker endpoint.
  - `signUrl` string, required

## Other responses

- `400` — The request could not be processed. This could be due to a number of reasons: * The request does not have all required data. * Data in the request is invalid. * Data in the request is inconsistent. * The operation is not allowed given the current state of the data.
- `401` — The request did not contain credentials identifying the caller, or the provided credentials were invalid.
- `403` — The data that the request referred to is inaccessible to the caller.

---

[API](https://skmtc.net/maqqie/apis/maqqie-public-api.md) · [All operations](https://skmtc.net/maqqie/apis/maqqie-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maqqie/maqqie-public-api/revisions/0cdb49ad47c6/schema)
