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"
}