In this article, will explain about creating a record in Accounts Table in the Dataverse environment from Postman.
Will create an Account record with the below values.
Field Display Name | Field Schema Name | Data Type | Field Value |
Account Name | name | Single Line of Text | Arun Potti – Microsoft |
Contact Method | preferredcontactmethodcode | Choice | 1 (Email) |
Phone | donotphone | Boolean | true |
Primary Contact | primarycontactid | Lookup (Contact) | 13736f40-3955-ed11-bba2-000d3a36d83f (Provide existing contact GUID) |
Last On Hold Time | lastonholdtime | Date | 2022-10-26 |
Annual Revenue | revenue | Currency | 15000000 |
Latitude | address1_latitude | Float | 17.38714 |
Description | description | Multiple Lines of Text | Record created 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 Rename to change the Web API Request name.