Read the JSON data via REST API (X++)
Problem Statement: Read the data from outside Application. Here I am fetch the JSON data from Shopify Integration and push it in to the D365FO System. Development steps: Step 1 : Create Runnable Class. Step 2 : After create the Runnable class, use the following Library in your solution. using System.Net.HttpWebRequest; using System.Net.HttpWebResponse; using System.Text.Json; using System.Text.Json.Serialization; ...