Skip to main content

Hi ,

I need to get data from third party application into my acumatica instance.I already have the rest api and I checked it with postman.It will work.

Then,I need to get the data into my instance using this api.

What is the workaround to archive it.

thanks

Hi @jeewanishalika20,

Are you try to develop a program to push data into Acumatica using APIs? Can you please elaborate in what you are trying to implement/accomplish?

Thanks,

 


Hi @Vignesh Ponnusamy 

yes i need to push data into acumatica using rest api


Hi @jeewanishalika20,

You can do PUT request from Postman/Program with necessary headers and request payload to create/push data into Acumatica. Following documentation details the necessary information to create data in Acumatica using API, 

https://help.acumatica.com/(W(28))/Help?ScreenId=ShowWiki&pageid=9d966d50-a0a1-4456-a9ff-1cc2159d48d4

For examples to create different type records in Acumatica, you can refer 

https://help.acumatica.com/(W(28))/Help?ScreenId=ShowWiki&pageid=bbb8b84b-07d7-4a69-adf8-33dc5d430b60

 

Please feel free to post if you have any specific questions. Good Luck,


Reply