latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
Group
Terminate group specialties from network participation
Terminates one or more specialties from a group for network participation. Applies effective-dated termination at group–network association; optionally at group-location and group-level. Previous specialty association records are retained for audit — this operation does not delete data. The request body must include acknowledgementConfirmed set to true to confirm the termination; omitting it or supplying false returns 400.
post/groups/{id}/specialties/terminate
Path parameters
idstring required
Group ID (certifyGroupId)
Headers
tenant-idstring
Request body
Example request
{
"specialtyIds": [
"207Q00000X",
"208D00000X"
],
"networkIds": [
"net_001",
"net_002"
],
"terminationInformedDate": "2024-01-15",
"terminationEffectiveDate": "2024-02-01",
"terminationReason": "SPECIALTY_DISCONTINUED"
}Response
Group specialties successfully terminated
Example response
{
"groupId": "grp_123",
"terminationEffectiveDate": "2024-02-01",
"terminatedSpecialtyIds": [
"207Q00000X",
"208D00000X"
]
}