How to pass '&' in a string in Rest API query parameters in Oracle Fusion
Oracle Product - Oracle Fusion
Version - 23B
We wanted to pass '&' in the middle of a string as a query parameter in Rest API but getting an error because of that. How can we solve this? The sample Rest API is given below:
<INSTANCE URL>/fscmRestApi/resources/11.13.18.05/suppliers?q=Supplier='ABC & XYZ'
Error received : URL request parameter XYZ' cannot be used in this context.