---
title: "Update Deduction"
method: POST
path: "/employer/benefits/{benefit_id}"
tags: ["Deductions"]
---

# Update Deduction

`POST /employer/benefits/{benefit_id}`

Updates an existing company-wide deduction or contribution

## Query parameters

- `entity_ids` string[]

## Headers

- `Finch-API-Version` string, date, required
- `Content-Type` string, required

## Request body

- object
  - `description` string — Updated name or description.

## Response `200`

OK

- UpdateCompanyBenefitResponse
  - `benefit_id` string, uuid, required — The id of the benefit.
  - `job_id` string, uuid, required

## Other responses

- `400` — Bad Request
- `404` — Benefit Not Found

---

[API](https://skmtc.net/finch-api/apis/api-reference.md) · [All operations](https://skmtc.net/finch-api/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finch-api/api-reference/revisions/20f8dd5faf09/schema)
