Question
· Jul 14, 2017

How to specify the UrlMap for Rest call

Hi,

I have a UrlMap like the one below.

<Route Url="/Results/:queryID" Method="POST" Call="QueryResults"/>

What if I have to pass two parameters to QueryResults, how to do configure Url?

Something like Url="/Results/:queryID/:parameter2"   ?

Thanks.

Discussion (1)0
Log in or sign up to continue