v1
Update
Updates an organization external provider. The path must contain the next version number to prevent race conditions. For example, if the current version of the provider is n, you will need to send a request to this endpoint with /{id}/n+1 to update the provider. Updating historic versions is not supported. BadRequestError is returned when the NPI is already in use by another provider.
put/organization-external-providers/v1/{id}/{version}
Path parameters
idV1OrganizationExternalProviderId required— unresolved $ref
versionstring required
Headers
Authorizationstring required
OAuth authentication
Request body
V1MutableOrganizationExternalProvider required— unresolved $ref
Response
Response with status 200
V1OrganizationExternalProvider required— unresolved $ref