v1
latestOpenAPI 3.1.02026-08-063776831.4 MBGroup
Add a specialty to a group
Adds a new specialty to an existing group. Optionally can also add the specialty to a specific group location.
post/groups/{id}/specialties
Path parameters
idstring required
Group ID
Headers
tenant-idstring
Request body
Example request
{
"tenantSpecialtyId": "ts_123456",
"groupSpecialtyEffectiveDate": "2024-01-01",
"groupSpecialtyIsPrimary": true,
"tenantGroupLocationId": "tgl_123456",
"groupLocationSpecialtyEffectiveDate": "2024-01-01",
"groupLocationSpecialtyIsPrimary": true,
"tenantGroupNetworkId": "tgn_123456",
"networkSpecialtyEffectiveDate": "2024-01-01",
"networkSpecialtyIsPrimary": true
}Response
Group specialty successfully created