This is generally not how REST services work. If the URL contains a query parameter that the REST service doesn’t implement, it ignores it.
Why would you want to deviate from this default behavior?
Hi,
What if you made all your parameters strings? Then in your rest service operation, you can take the parameters that arent supposed to be strings and convert them to the appropriate type. You could also use your import mapping to convert the strings to the right data type. The import mapping has a feature called “Convert using” where you can use a microflow to convert the value to what you need it to be.
Hope this helps!