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.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
id
The unique identifier for an OrganizationExternalProvider in the database
version
Request
This endpoint expects an object.
name
types
Allowed values:
npi
tax_id
taxonomy_code
phone_number
fax_number
license_type
addresses
Response
This endpoint returns an object.
deactivated
True if the object is deactivated. Deactivated objects are not returned in search results but are returned in all other endpoints including scan.
id
The unique identifier for an OrganizationExternalProvider in the database
name
organization_id
The organization that owns this object.
types
Allowed values:
updated_at
updating_user_id
The user ID of the user who last updated the object.
version
The version of the object. Any update to any property of an object object will create a new version.
addresses
fax_number
license_type
npi
phone_number
tax_id
taxonomy_code
Errors
400
Bad Request Error
404
Not Found Error
409
Version Conflict Error