This image shows the Add Items orchestration in the Orchestrator Client. The Generic Inputs check box is selected. The focus of the image is to show that the JSON Input check box is selected to test the orchestration. The text box below the JSON Input is populated with the JSON as described in the preceding steps. The right side shows a green check mark which indicates the test was successful, with the following Input and Output areas displaying the following JSON: Input area: { "Item List": [ { "Stocking Type" : "S", "Branch" : "30", "Description" : "test 1", "Item" : "Item 1" }, { (The rest of the code is truncated in the space provided, but there is a vertical scroll bar on the right that you can use to scroll and view the remaining JSON input.) Output area: { "Repeating Requests" : [ { "Item Number" : "746961" }, { "Item Number" : "746970" } ] }