---
title: "Update effective date of a practitioner in a group for a network"
method: PUT
path: "/networks/practitioners/effective-date"
tags: ["Network"]
---

# Update effective date of a practitioner in a group for a network

`PUT /networks/practitioners/effective-date`

Updates the effective date of a practitioner in a group for a network. This updates the effectiveDate in the TenantGroupPractitionerNetwork table.

## Headers

- `tenant-id` string, required

## Request body

- UpdateGroupPractitionerNetworkEffectiveDateRequest
  - `networkId` string, required
  - `tenantGroupPractitionerId` string, required
  - `effectiveDate` string, required

## Response `200`

Practitioner effective date in group for network 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 or missing required parameters
- `404` — TenantGroupPractitionerNetwork not found for the provided networkId and tenantGroupPractitionerId
- `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/3d27e9019c7b/schema)
