Postman request:
{{base_url}}/Invoice?$orderby=LastModifiedDateTime
Orderby is not working.
Postman request:
{{base_url}}/Invoice?$orderby=LastModifiedDateTime
Orderby is not working.
Best answer by Dmitrii Naumov
I recommend you to check the web service trainings first.
I’m not sure what API you are trying to use. If it’s OData v4 API, then you should specify the class name, which is ARInvoice, not Invoice.
If you are trying to use Contract Based REST API, then $orderby is not supported there.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.