Hi - I need help. I'm new to MVC development and RESTful API architecture and could use some help.
Here's an an example of my URL:
www.mysite.com/customer/details/1
In the details View I want to make a GET AJAX call to my web API that passes that "1" parameter to the GET method.
How do I pass that parameter (1) to the VIEW to call the API to GET the data?