---
title: "Update insurances for a facility (OV)"
method: PUT
path: "/facilities/{id}/insurances"
tags: ["Facility"]
---

# Update insurances for a facility (OV)

`PUT /facilities/{id}/insurances`

Replaces all insurances for the given facility in the Operational View. Does not affect active credentialing workflow snapshots.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- FacilityInsuranceOvRequest[]
  - `id` string — Optional client-side id
  - `policyNumber` string — Policy number (Number field in UI)
  - `type` string — Insurance type
  - `status` string — Insurance status
  - `effectiveDate` string — Effective date (YYYY-MM-DD)
  - `expirationDate` string — Expiration date (YYYY-MM-DD)
  - `occurrenceCoverageAmount` string — Occurrence coverage amount, numeric when present
  - `aggregateCoverageAmount` string — Aggregate coverage amount, numeric when present
  - `unlimitedCoverage` boolean — Unlimited coverage flag
  - `carrierName` string — Carrier name
  - `source` string — Source field
  - `attachments` JsonNode
    - `empty` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `array` boolean
    - `object` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `pojo` boolean
    - `number` boolean
    - `integralNumber` boolean
    - `floatingPointNumber` boolean
    - `short` boolean
    - `int` boolean
    - `long` boolean
    - `float` boolean
    - `double` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `boolean` boolean
    - `null` boolean
    - `binary` boolean
  - `action` string — Set to delete for soft-delete
  - `deletedAt` string — Soft-delete timestamp
  - `deletedBy` string — Soft-delete actor
  - `createdAt` string — Created timestamp
  - `createdBy` string — Created by
  - `updatedAt` string — Updated timestamp
  - `updatedBy` string — Updated by
  - `verifiedDate` string — Verified date
  - `verifiedBy` string — Verified by

## Response `200`

Insurances updated successfully

## Other responses

- `400` — Bad request - Invalid input
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Facility not found
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/versions/3d27e9019c7b/schema)
