Home - microsoft/Dynamics-AX-Integration GitHub Wiki
This repository showcases sample code to integrate with Dynamics 365 for Operations
Some useful links
The article here describes the service endpoints that are available.
The article here provides some tips for troubleshooting issues that involve service authentication
Repository structure
File based integration samples
Sample code that showcases data package import and export scenario using Data Management Platform APIs.
Logic App Samples
Contains logic app sample templates that shows importing and exporting files from Dynamics 365 for Operations. The following article provides an overview. Deployment instructions can be found here.
Console App
Showcases the import and export scenario of data packages from/to Dynamics 365 for Operations using DMF APIs.
DIXF Samples
Sample code that shows sending a data file or data package to Dynamics 365 for Operations using Recurring Integrations API.
Service Samples
Sample code that shows how to call OData and SOAP APIs within Dynamics 365 for Operations.