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=10You 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.
Login to the community
No account yet? Create an account
Social Login
Login with your Acumatica accountEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.