v1
latestOpenAPI 3.0.02026-08-0679302767.4 KBv2/provider
Modify groups associated to a provider
Modifies the groups (org-entities) associated with a provider.
put/v2/provider/{providerId}/groups
Path parameters
providerIdstring required
Headers
organization-idstring
Request body
Example request
[
{
"group_npi": "2345678901",
"group_tin": "123456789"
}
]Response
The record has been successfully updated.