---
title: "Update a Health Insurance of an employee's contract 🇫🇷"
method: PUT
path: "/companies/{companyId}/contracts-fr/{contractId}/health-insurance"
tags: ["Contract"]
---

# Update a Health Insurance of an employee's contract 🇫🇷

`PUT /companies/{companyId}/contracts-fr/{contractId}/health-insurance`

Allows the affiliation of an health insurance to an employee contract.
\
**Required scopes**: *health-insurance:write*

## Path parameters

- `companyId` string, required
- `contractId` string, required

## Request body

- object
  - `healthInsuranceContractIds` string[], required
  - `employeeIsExempted` boolean — Whether the employee is exempted from health insurance

## Response `204`

This endpoint returns no data

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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