different queries are all returning the same data.
/Queries/SalesOrderList
/Queries/SalesQuoteList
Queries/SO_Main?DebtorID=".$debtorId."&OrderBy=LastSavedDateTime&Take=".$limit."&Skip=".$start."";
Are all returning the same data.
Is there a way of only getting quotes or only getting orders?
Do they come from the same table and only differ by order type?
Thank you.
Cheers
/Queries/SalesQuoteList
Queries/SO_Main?DebtorID=".$debtorId."&OrderBy=LastSavedDateTime&Take=".$limit."&Skip=".$start."";
Are all returning the same data.
Is there a way of only getting quotes or only getting orders?
Do they come from the same table and only differ by order type?
Thank you.
Cheers