I created my first service rest with the method get, it is a service that will call another service using the parameters passed in the url.
how can I get my param from the following example:
You can achieve this by having code,zipcode,alfa,country as input parameter for restservice which you have created and then mapping them to the another service which is called inside.
I that case you can use pub.flow:getTransportInfo service to read request details like query parameter,requestUrl, method etc and then reuse the pipeline.