v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
v2/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

group_namestring required

Name of the group

group_npistring required

Group National Provider Identifier (NPI)

group_tinstring required

Group Tax Identification Number (TIN)

location_namestring

Name of group location

external_group_idstring

Client's ID for the group

Example request

[
  {
    "group_npi": "2345678901",
    "group_tin": "123456789"
  }
]

Response

The record has been successfully updated.