Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hi,
Is it possible to filter salesorders and purchaseorders on multiple statuses in one request?
Examples:
Getting salesorders with status "Open" or "BackOrder" from the GET /controller/api/v1/salesorder endpoint in one request.
Getting purchaseorders with status "Open" or "Hold" from the GET /controller/api/v1/purchaseorder endpoint in one request.
Tried i.e. /controller/api/v1/salesorder?Status[]=Open&Status[]=BackOrder but it does not work as expected.
Solved! Go to Solution.
1 REPLY 1
Hi,
Currently there does not seem to be a solution for this implemented.
We would recommend that you post the suggestion to implement this in the Ideas section.
