Skip to main content
Solved

Export data from C# Winforms application to Acumatica ERP

  • 17 July 2024
  • 1 reply
  • 33 views

Hi there,

I'm new to this platform. I've been given the task of exporting data from my third-party C# Winforms application to Acumatica ERP. I believe this can be accomplished using the APIs provided by Acumatica, but I'm not sure where to begin.

I would appreciate it if you could provide me with a starting point or some sample code.

 

Thanks

Rahul

1 reply

Userlevel 7
Badge +5

Hi @rahulsingh,

You can start with checking the I310,I320 and I330 courses in the Acumatica OpenUni, https://openuni.acumatica.com/courses/integration/

There is also a Github and Nugget packages for C# client project, https://github.com/Acumatica/AcumaticaRESTAPIClientForCSharp

Additionally, you can refer the help documents for examples and steps, https://help.acumatica.com/(W(2))/Help?ScreenId=ShowWiki&pageid=ff22837c-cd3a-410e-b768-88ca6e53b165

Hope that helps.! Please feel free to post back if you have any specific questions.

Reply