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

Send Purchase Orders to Vendor collaboration for Vendor Review in D365FO

Remove Prefix from a String in D365FO