Hello.
Back in May, I was having issues getting the 4.1 REST API code to actually be able to log into my Acumatica Instance.
Dmitrii provided me with a link to the 5.1.2-beta version and it worked like a charm. I’ve been coding with it ever since and moving forward.
Fast forward to today - I am trying to add code to the library to pass back more detailed error messages from the API, and the place I would normally do that is in the function VerifyResponse that is found in a source file named EntityAPI_Implementation.cs - however this file does not exist in the 5.1.2-beta code I have, so I cannot update it to pass back extended error info.
Is there a replacement in the beta version for that function in that file?