Dynamics 365 and Node.js integration using the Web API - part 2
Last year I wrote a post that showed how to retrieve data from a Dynamics 365 Online organization in a Node.js application using the Web API. Today I will share sample code that shows how to update data from a Node.js application using the Web API. ####Updating a single property To update a single property on a record in Dynamics 365, you can make a PUT request to the Web API. »