Hello Yasar,So far as I am aware, there is no API in SF Learning to create/update an Item.API's are hereYou could however look into the 'item connector'.Here you can place a .txt file on the FTP and schedule the connector to import and create the ite...
https://ui5.sap.com/1.78.0/#/api/sap.ui.model.FilterThe filter has a 'caseSensitive' parameter, maybe this can help you?with 'caseSensitive: true' the query would look like this:?$filter=substringof(%27vinet%27,CustomerID)if we set it to false:?$filt...