I am using the AX 2012 R2 version.
I have read some forums and blogs related to Microsoft Dynamics AX, I haven't found any help, but I know someone maybe has already done it.
So I am trying to figure out how to create a legal entity in Microsoft Dynamics AX(2012 R2) using REST API. Are there any REST APIs available that can allow me to put my data into AX to create a legal entity?
Why do I want to do this? As we are building a CRM tool where a user can set up his details using forms and that will be submitted to our system. Our system will trigger the API that can create all the necessary things that we need to do in AX manually. In short, I am trying to automate the AX process from our system.
Any help will be appreciated! Thanks.
You can automate any manual process in AX and then expose it as a SOAP-based custom service. To call the service from the Internet, you would have to publish it through IIS.
If you needed a JSON-based service, you could create a Logic App with the "When HTTP request is received" trigger and use your exposed AX service from there via HTTP action.