not able to get ite
Summary:
We are not able to get the UOM code using below Rest API for item SV-CVUS-UNITP-ENT+3 as it has special character + , issue is there in production but sharing DEV URL so that you can also test. we are getting 200/ok response but Rest call is not returning data.
URL
https://ibvdjb-dev1.fa.ocs.oraclecloud.com/fscmRestApi/resources/11.13.18.05/itemsV2?finder=ItemRF;ItemNumber=SV-CVUS-UNITP-ENT+3,OrganizationCode=GEM&onlyData=true&fields=ItemNumber,PrimaryUOMValue
Note : In postman when we right click on the item and select EncodeURIComponent option its returning the expected data.
Please let us know how to do it automatically since Dell Boomi is calling this url in the integration and we cannot manually select , how to automatically handle special characters and make sure that Rest API returns the data.