How to Update the Table row values in a Dataverse environment from Postman?

In this article, will explain about updating row values in Accounts Table in the Dataverse environment from Postman.

Follow all the steps mentioned in the below article and go to Step 1.

How to setup and connect to the Dataverse environment in Postman?

Step 1: Click on the Collection … and Click on Add request to create a new Web API Request.

Step 2: Click on the New Request and Click on Rename to change the Web API Request name.

Renamed to Update Account record.

Step 3: Select PATCH HTTP Verb and provide the below text to update the Account record.

{{webapiurl}}accounts(ProvideAccountRecordGUID)

Step 4: Provide the below values under Headers section.

If-Match *
OData-Version 4.0
OData-MaxVersion 4.0
Content-Type application/json
Accept application/json

Note: If-Match value set to * in the header, it ensures that it doesn’t create any new record by accidentally performing an upsert operation.

Headers will look likes the…


Source link

Author: Arun Potti

Share This Post On
Share via
Copy link
Powered by Social Snap