Skip to main content
PATCH
Update Provider Group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider_group_id
string
required

Body

application/json
name
string | null

Group name

Maximum string length: 255
npi
string | null

National Provider Identifier

Required string length: 10
Example:

"1234567890"

tin
string | null

Tax Identification Number

Required string length: 9
Example:

"123456789"

ptan
string | null

Provider Transaction Access Number

Maximum string length: 255
primary_taxonomy_code
string | null

Primary taxonomy code

Maximum string length: 255
is_default
boolean | null

Whether this is the default group

Response

OK