v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Practitioner

Correct the specialty on a tenant practitioner specialty record

Replaces the tenant_specialty_id on a TenantPractitionerSpecialty record in data-correction mode. Does not trigger termination events or lifecycle changes.

patch/practitioners/tenant-practitioner-specialties/specialty

Headers

tenant-idstring

Request body

tenantPractitionerSpecialtyIdstring required

ID of the existing TenantPractitionerSpecialty record to correct

newTenantSpecialtyIdstring required

ID of the new TenantSpecialty to replace the current one

Example request

{
  "tenantPractitionerSpecialtyId": "tps_abc123",
  "newTenantSpecialtyId": "ts_xyz789"
}

Response

Specialty corrected successfully

emptyboolean
valueNodeboolean
containerNodeboolean
missingNodeboolean
arrayboolean
objectboolean
nodeType'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
pojoboolean
numberboolean
integralNumberboolean
floatingPointNumberboolean
shortboolean
intboolean
longboolean
floatboolean
doubleboolean
bigDecimalboolean
bigIntegerboolean
textualboolean
booleanboolean
nullboolean
binaryboolean