v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacility
Update insurances for a facility (OV)
Replaces all insurances for the given facility in the Operational View. Does not affect active credentialing workflow snapshots.
put/facilities/{id}/insurances
Path parameters
idstring required
Facility ID
Headers
tenant-idstring
Request body
Example request
[
{
"policyNumber": "POL-12345",
"type": "General Liability",
"status": "Active",
"effectiveDate": "2025-01-01",
"expirationDate": "2026-01-01",
"occurrenceCoverageAmount": "1000000",
"aggregateCoverageAmount": "2000000",
"carrierName": "ABC Insurance",
"source": "Manual entry",
"action": "delete"
}
]Response
Insurances updated successfully