How to filter data using LIKE operator in OTM and WMS REST API
Summary:
Hello All,
I am using below OTM REST API, and need to filter data based on order type value start with "%WARRANTY%"
otmgtm-test-XXXXXXXXX.otmgtm.us-ashburn-1.ocs.oraclecloud.com:443/logisticsRestApi/resources-int/v2/shipments/FSLR.400172503/refnums?q=shipmentRefnumQualGid eq "FSLR RELATED_ORDER_TYPE" and shipmentRefnumValue Like "%WARRANTY%"
Also I am using below WMS REST API, and need to filter data based on code value which will start with 2.
<base_URL>/xxxx_test3/wms/lgfapi/v10/entity/item?
Could you please suggest how can we achieve this through POSTMAN and later I need to implement the same in OIC integration.
0