MS Dynamics CRM access through PHP API

前端 未结 1 751
陌清茗
陌清茗 2020-12-18 10:40

I need to authenticate and perform CURD operations in MS Dynamics CRM using PHP API.

I have referred Reference1 Reference2 Reference3 Reference4

and using th

相关标签:
1条回答
  • 2020-12-18 11:00

    This is quite a comprehensive tutorial on connecting to Office365 rest api's from PHP. For the new CRM 2016 / CRM 2015 WebApi preview, the workings are the same, only the endpoint and the query is different.

    https://dev.outlook.com/RestGettingStarted/Tutorial/php

    As for issue number 2, if you go through the azure portal, you need a credit card. You might want to check out the new Office365 app registration portal http://dev.office.com/app-registration. I don't know for sure if it supports Dynamics CRM.

    0 讨论(0)
提交回复
热议问题