Good day Everyone,
I am trying to sync my salesforce data to Xero. The question I have in mind at the moment is that, how can I send a query to search for multiple data in Xero. What I mean is something like the "IN" keyword in SQL. Query that is something like this. "Select name from Contacts where name IN ('name 1', 'name 2')". I already view their documentation in here https://developer.xero.com/documentation/getting-started/http-requests-and-responses/ but I didn't see if it is possible to make a query like this.Please help. Thank you...
Sincerely, John