Hi,
How can I make an OData call to a Generic Inquiry with multiple values for a filter? For example, OrderID is 1001, 1003, or 1004.
I know OData v3 does not support the “IN” filter clause. But can I user parameters or OData v4 to retrieve multiple records based on an array of filter values?
Thanks!