Tag Archives: Web API in Dynamics CRM

Programming using WebAPI through C# in Dynamics CRM 2016

Introduction: Stepping towards the enhancement, Dynamics CRM 2016 introduced ‘Web API’ as the new concept which delivers a unique development experience across a wide variety of programming languages, devices, and platforms. We have earlier explored using WEB API through scripting from within Dynamics CRM environment in this blog. We noticed quite a few queries coming… Read More »

Set Values of all Data Types using Web API in Dynamics CRM

In CRM 2016, Microsoft Introduced a new concept called “Web API” (OData v4) to perform CRUD operations as well as other special messages supported in Dynamics CRM. Stepping towards the new enhancement OData v2 is deprecated from the CRM 2016. Though WEB API too requires the object to be sent in JSON form, it differs… Read More »