Newer Version Available
Provider Search
Search for Healthcare providers and accounts based on a free-text input, either from
internal Salesforce data or an external system. This API returns account information,
including healthcare providers and matching contact point addresses.
- Resource
-
1/connect/life-sciences/commercial/provider-search - Resource Example
-
1https://yourInstance.salesforce.com/services/data/v65.0/connect/life-sciences/commercial/provider-search?externalSearch=true - Available version
- 65.0
- HTTP methods
- POST
- Query parameters for POST
-
Parameter Name Type Description Required or Optional externalSearch Boolean Indicates whether to perform the search on an external system (true) or not (false. By default, this value is set to false and an internal search is performed. Optional - Request body for POST
-
1{ 2 "searchInput": "Acme.Corp Dermatology", 3 "countryCodes": [ 4 "US", 5 "IN" 6 ] 7}Name Type Description Required searchInput String Free-text input to search for accounts. Required countryCodes List<String> List of country codes to restrict the search to. Required - Response body for POST
- Provider Search Output