Hi all, Hope you guys are doing good. I am trying to get customer data from my Acumatica instance using some script. Is there any API/endpoint available to get the customer screen field/data together and using code. Please guide me in this . Thanks
Solved
Acumatica Customer data scrapping.
Best answer by Leonardo Justiniano
Hi
You have several options
- oData V4 by doing a GET
https://<INSTANCE>/odatav4/<TENANT>/PX_Objects_AR_Customer?$skip=0&$top=10
You can also work with the specific API endpoint: Web Service Endpoint
Find here some C# code for the client side in Github
Hope this info gives you where to start.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.