How to pass multiple values in q param of rest api to get invoices.
Summary:
Is there a way to pass multiple values using q param of rest api to get required invoices.
Content (please ensure you mask any confidential information):
I have a requirement to get multiple invoices with transaction numbers as parameter. I tried using IN condition to pass multiple transaction numbers but it didn't work.
Path: /fscmRestApi/resources/11.13.18.05/receivablesInvoices
q=TransactionNumber IN ('121028444','120921700')
No data in response.
Is there a way to pass multiple values to get invoices?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0