Service provider groups

Get service provider group by ID

get

Retrieves a specific service provider group by its ID

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idnumberRequiredPattern: [^\/#\?]+?
Responses
chevron-right
200Success
application/json
get
/api/service-provider-groups/{id}
200Success

Update service provider group

put

Updates an existing service provider group

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idnumberRequiredPattern: [^\/#\?]+?
Body
namestringOptional

Name of the service provider group

Example: North Valley Medical Group
descriptionstringOptional

Description of the service provider group

Example: Primary care services for the northern valley region
isDefaultbooleanOptional

Whether this is the default group

roleanyOptional

Role type of the service provider

Example: PHYSICIAN
partnerIdnumberOptional
Responses
chevron-right
200Success
application/json
put
/api/service-provider-groups/{id}
200Success

Delete service provider group

delete

Deletes a specific service provider group by its ID

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idnumberRequiredPattern: [^\/#\?]+?
Responses
chevron-right
200Success
application/json
delete
/api/service-provider-groups/{id}
200Success

Was this helpful?