REST / WEB Api Setup in Custom Visual Studio Web App

Is there a template example or writeup for creating a .Net Web App / Front End that hooks to the Epicor REST API ? I find scattered pieces. Am looking for guidance in the VS settings / NuGet downloads / Authentication / Sample Code to build a Web Page that retrieves Epicor data upon a button click on Custom Web Page via REST Api calls. Displaying results to Web user. So many diff options / paths hard to visualize which ones I need to put together to make this work. Quickly fall down rabbit holes. Know I have used wide brush strokes , but need an aerial view to start / get big picture. Any guidance / examples very much appreciated.

Your quickest path to success probably lies in @josecgomez & @jgiese.wci 's library.

(I think this is the current thread.)

I and a few others have many posts on how to do it the more manual way as well.

2 Likes

Also there are examples in the help, search for REST.

Thanks guys. Will look at these suggestions.

1 Like

The easiest way is to put all the required functionality into a function and then the only rest API interaction is a call to the function, which is pretty straightforward, if you take the CURL info from Swagger.

2 Likes