We are using the nuget package Acumatica.RESTClient.ODataApi version 4.1.0. We are trying to call a generic inquiry via OData v3 using ODataApi.GetOData(). However, the $orderby parameter is not listed as a parameter for this method.
The method includes the following parameters:select, filter, expand, skip, and top - but not $orderby.
Is there a way to make an OData v3 call using an $orderby parameter?