I have an application developed in PHP which is already able to execute requests onto Microsoft Dynamics CRM using OData.
Now, what I need is to execute requests in a single database transaction by using a single web service method call. Here's the related Microsoft developer documentation stating how to achieve this with C#: Sample: Execute multiple requests in transaction
How can I implement this behavior with PHP and OData?
*This post is locked for comments