For this Postman is a great tool to execute or Test our Web API.
In this blog I will try to explain how we can use Postman with Dynamics CRM 365.
1. Download and Install Postman in your local system. (Download)
2. Open
Postman and create click on environment to create new environment.
3. Enter Name and add variables to use in later queries.
Sample Data:-
Variable
|
Initial Value
|
Current Value
|
url
|
https://crmorg.crm8.dynamics.com
|
https://crmorg.crm8.dynamics.com
|
version
|
9.1
|
9.1
|
webapiurl
|
{{url}}/api/data/v{{version}}/
|
{{url}}/api/data/v{{version}}/
|
Token
|
Enter
token value |
Enter
token value |
4. To get Token Open (http://xrm.tools/) and Sign In with CRM credentials. You also need to accept Consent.
5. Click on “Access Token” link from right side menu.
Select your organization and click on “Copy to clipboard”.
Add copied Token in Postman your environment variable(Token).
6. Create New Collection.
6. Create New Request and Select your collection.
Click on Send button
Share your feedback and follow blog to be updated !!
Original Post https://dotnetdeveloper2012.blogspot.com/2019/07/how-to-use-post-man-with-dynamics-crm.html