Hi.
I'm integrating our intranet (Running on PHP) with Business Central and for the most part have been successful with CRUD.
But for past few days I've been researching ways to run certain procedures like Posting journals, transfer orders etc.
What I found out is that there is quite a lot of Codeunits available which I should be able to publish as a web service and then use SOAP to run these.
Here comes the problem, I'm unable to find any way to actually know the methods and rewuired parameters inside the codeunits in order to successfully call these. Please not that we dont have a developer license so bound actions and actually looking into codeunits doesn't seem to be an option.
Any help is much appreciated.