Hello,
As far as I remember NetWeaver OData understands only two data types - either an Integer or a String.
The Edm.DateTime, Edm.Decimal are all converted to string implicitly by the framework. So try passing the values are strings parameters in the URL.
BR.