Get data from Microsoft Dynamics 365 Business Central, which is an enterprise resource planning (ERP) solution
https://api.businesscentral.dynamics.com/v2.0/DIRECTORY (TENANT) ID/production/api/v2.0/companies
YOUR_DYNAMICS_URL/api/data/v9.0/opportunities
(or if you used the Token template as the first step, use the URI variable from the previous step).$.value[*].emailaddress
), description ($.value[*].description
), and name ($.value[*].name
).