Hello all,
I'm using API v2.0 to access SalesOrders data. I need to filter SalesOrders based on the list of dimensions. I used the following API:
{{url}}/api/v2.0/companies({{companyId}})/salesOrders?$expand=dimensionSetLines&$top =10&$filter=dimensionSetLines/any(d:d/valueCode eq 'EFT')
The problem is that it seems Business Central OData does not apply the filter and returns all salesOrders. Could you please assist me on this?
Thanks,
Arax