How to query Supplier Name as case insensitive in REST service GET operation
Summary
How to query Supplier Name as case insensitive in REST service GET operationContent
You may use supplier name as a query parameter when performing the GET operation supplier REST resource. Doing this, it may happen that the REST response does not contain any results because the case of the query text doesn't match the supplier name in the application.
Let us see how to perform a case insensitive supplier name searches:
Follow the below 2 steps for a case insensitive search for supplier names.
Step 1: Set the REST-Framework-Version to 2 or above in the request header.
For e.g. If you are using POSTMAN you can add key-value pair under Headers tab next to the Authorization tab
0