Avatar of cdemott33
cdemott33
Flag for United States of America

asked on 

ASP.NET MVC 5: Getting

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?
ASP.NETAJAX

Avatar of undefined
Last Comment
Julian Hansen

8/22/2022 - Mon