Tag Archives: Web API in Dynamics CRM

Set value for Date only field using Web API in Dynamics CRM 2016

Introduction: In one of our previous blog we have shown how to set attribute values for different data types using Web API for JavaScript. There is an exception that we are not able to set value for Date only field having behavior Date only in conventional way by assigning date object to the attribute as… Read More: Set value for Date only field using Web API in… »

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: Programming using WebAPI through C# in Dynamics CRM 2016 »

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: Set Values of all Data Types using Web API in… »