Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Search Results Output

Output representation for provider search request.
JSON example
1{
2  "success": true,
3  "message": "",
4  "code": "200",
5  "response": {
6    "simpleSearchFieldSetMembers": {
7      "HCO": {},
8      "HCP": {}
9    },
10    "groupAddressMatches": []
11  }
12}
Properties
Name Type Description Filter Group and Version Available version
success Boolean Indicates whether the API request was successful (true) or not (false.. Small, 65.0 65.0
message String Message returned in case of an API failure. Small, 65.0 65.0
code String HTTP response code. Small, 65.0 65.0
response Map<String, Object> Actual search data, which includes results for simpleSearch​FieldSet​Members and group​Address​Matches. Small, 65.0 65.0