In QuickBooks Online, for taxagency API order by is not working properly with DisplayName field
In QuickBooks Online, for 'taxagency' API, order by is not working properly with DisplayName.
It is giving below error
"Message": "Invalid query",
"Detail": "QueryValidationError: Property DisplayName not found for Entity TaxAgency",
"code": "4001"
Earlier it was giving result in reverse order, if we provide order by ASC then result it gives in descending order and if we provide order by DESC then result it gives in Ascending order.
Please let us know about this behavior.
Thanks!!
