---
title: "Update effective date on a group network-participation specialty"
method: PUT
path: "/practitioners/group-practitioner-network-participation-specialties/effective-date"
tags: ["Practitioner"]
---

# Update effective date on a group network-participation specialty

`PUT /practitioners/group-practitioner-network-participation-specialties/effective-date`

Updates the effective start date on a practitioner's specialty association at the group network-participation level. Use this when the effective date on an existing group-level network-participation specialty record needs correction; this targets network participation specialty records specifically, so for location-network specialties use `PUT /practitioners/group-practitioner-location-network-specialties/effective-date` instead. The target specialty association must already exist.

## Headers

- `tenant-id` string

## Request body

- UpdateGroupPractitionerNetworkParticipationSpecialtyEffectiveDateRequest
  - `id` string, required
  - `effectiveDate` string, required

## Response `200`

Practitioner network participation specialty effective date successfully updated

- object

## Other responses

- `400` — Invalid request body or missing required parameters
- `404` — Group practitioner network participation specialty 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/revisions/563848e0ecc0/schema)
