Welcome to the group @agholian!
It’s best to start a new topic instead of adding onto a Solved one.
REST API clarifications needed:
I’m trying to call Inspection Receipt via REST API simply by using swagger UI. Here is how:
curl -X GET --header ‘Accept: text/plain’ ‘https://epicor102test/ERP102100/api/v1/Erp.BO.InspProcessingSvc/InspRcpts’
For all inspection service calls (GET method) I’m getting the following exception:
{"HttpStatus":500,"ReasonPhrase":"REST Api Exception","ErrorMessage":"Parameter count mismatch.","ErrorType":"System.Reflection.TargetParameterCountException"}
On the Swagger page, what are you providing in the Input parameters? It’s a fairly complicated one.