Odata Patch operation using Postman

Script to update records using Postman. By default, system will consider the legal entity associated with the user added in Microsoft Entra ID applications for postman client id.

Patch Operation:

Example:

URL: {D365URL}/data/{Entity name}(dataAreaId='abcd', Unique field= 5637182305)// 

Body:

{
    "Comment": "Test"
}

Popular posts from this blog

X++ code to get sales order totals in D365FO

Send Purchase Orders to Vendor collaboration for Vendor Review in D365FO

Export Data Packages using Data Management and Postman in D365FO