How to do dynamic searches in Sales Cloud via Rest API?
Summary:
I need to set up a dynamic API query in Oracle Sales Cloud that returns accounts with only part of the string entered.
Content (please ensure you mask any confidential information):
I am developing an OIC integration that will make it possible to search for customers in the Sales Cloud. Currently I search using query parameters, such as ?q=OrganizationName="Customer Name".
However, I need this search to be dynamic, not exact. For example: When searching for "Oracle", all the accounts registered with the name Oracle would be returned, in the same way as when accessing the Sales Cloud interface itself.
0