This image shows the Orchestrator Client. The Create Sales Order orchestration is selected in the Orchestration Name field, with Generic Inputs check box selected. The Inputs section contains a grid with two columns - Name and Value. The following five inputs are in the grid in the respective columns: Long Address Number Sold To - 4242 HdrBusinessUnit - 3- Quantity Ordered - 1 Item Number - 210 Requested Date - 2018/12/31 A successful test has been performed, indicated by a green check mark displayed next to the Input and Output areas, which contain the following JSON code: Input area: { "Item Number" : "210", "Quantity Ordered" : "1", "Long Address Number Sold To" : "4242", "Requested Date" : "2018/12/31", "HdrBusinessUnit" : "30" } Output area: { "Previous Order" : "4382", "Previous Order Type" : "SO", "Previous Order Company" : "00001" }