No results using REST API with TaxpayerID selection criteria
Summary
We are attempting to export suppliers based on specific Taxpayer IDs using REST API. No results are returned for valid values.Content
Using the following REST API, no results are returned. The Taxpayer ID value is valid and is able to be used when searching using the UI.
https://pod name.oraclecloud.com/fscmRestApi/resources/11.13.18.05/suppliers/?q=TaxpayerId=1xxxxxxxx&onlyData=true
If we use > or < instead of =, results are returned successfully. We have verified that the value listed is valid and in the correct format.
Is there anything that is wrong with this code that would prevent the supplier from being returned successfully?
0