latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
Group
Update a group specialty's effective or termination date
Updates the effective date and/or termination date of an existing group specialty association, identified by tenantGroupSpecialtyId in the request body. At least one of effectiveDate or terminationDate must be supplied. This is a partial update — an omitted date field is preserved from the existing record, not cleared. For bulk specialty management (adding new specialties and updating existing ones in a single call) use PATCH /groups/{id}/specialties.
put/groups/{id}/specialties
Path parameters
idstring required
Group ID (certifyGroupId)
Headers
tenant-idstring
Request body
Example request
{
"tenantGroupSpecialtyId": "tgs_123456",
"effectiveDate": "2024-01-01",
"terminationDate": "2024-12-31",
"groupPractitionerLocationSpecialties": [
"tenantgrouppractitionerlocationspecialty_1"
],
"tenantGroupPractitionerLocationNetworkSpecialties": [
"tenantgrouppractitionerlocationnetworkspecialty_1"
],
"tenantGroupPractitionerNetworkParticipationSpecialties": [
"tenantgrouppractitionernetworkparticipationspecialty_1"
],
"tenantGroupNetworkSpecialties": [
"tenantgroupnetworkspecialty_1"
],
"tenantGroupLocationNetworkSpecialties": [
"tenantgrouplocationparticipationspecialty_1"
],
"tenantGroupFacilityLocationNetworkSpecialties": [
"tenantgroupfacilitylocationnetworkspecialty_1"
],
"tenantGroupFacilityNetworkSpecialties": [
"tenantgroupfacilitynetworkspecialty_1"
],
"tenantGroupLocationSpecialties": [
"tenantgrouplocationspecialty_1"
],
"tenantGroupPractitionerSpecialties": [
"tenantgrouppractitionerspecialty_1"
],
"tenantGroupFacilitySpecialties": [
"tenantgroupfacilityspecialty_1"
]
}Response
Group specialty successfully updated
object required