---
title: "Update effective dates for facility-group association"
method: PUT
path: "/facilities/{certifyFacilityId}/groups/{certifyGroupId}/effective-date"
tags: ["Facility"]
---

# Update effective dates for facility-group association

`PUT /facilities/{certifyFacilityId}/groups/{certifyGroupId}/effective-date`

Updates the effective start date and/or termination date for a facility-group association. Optionally cascades the date change to network participation based on the cascadeToNetworkParticipation flag. If terminationDate is provided, it must be after the effectiveDate. Mirrors the practitioner-group precedent endpoint with one deliberate divergence: the request body carries an optional changeReason field per facility-resource convention.

## Path parameters

- `certifyFacilityId` string, required
- `certifyGroupId` string, required

## Headers

- `tenant-id` string

## Request body

- UpdateFacilityGroupEffectiveDateRequest
  - `effectiveDate` string
  - `terminationDate` string
  - `cascadeToNetworkParticipation` boolean
  - `changeReason` string

## Response `200`

Facility-group effective date successfully updated

- 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

## Other responses

- `400` — Invalid request body, missing required parameters, or validation failure
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Facility, group, or facility-group association not found
- `500` — Internal server error during request processing

---

[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)
