Is your question about how to call the API or How to insert the data in the Dynamics???
It appears you are getting data from one source (API call) and now want to transit this data to a destination (Dynamics 365 F&O).
F&O system can accept your data in many ways. I will mention a few:
1) You can speak with data entities of the F&O system (there are about 4500 of them), using OData. We cannot say if an entity would be helpful for you or not, as we do not know where you want to insert the data (the Dynamics F&O system has about 20,000 tables).
2)You can also send data to custom web services in Dynamics, for which you can do the development (these are basically X++ classes that can do the work (data insert) for you).
Did anyone tell you where your data will go? We know in which app (F&O) but in which table? There are about 20,000...
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.