I have this Web Request rule. For the Items, Quantity, and Lot I want to be able to send multiple values.
Currently, when I make the call I get the following out:
[
{
"Item": "8523994913",
"Quantity": "6,600",
"PurchaseOrderNumber": "40432",
"Address": "1411 Continental Blvd",
"Name": "Mario Camacho Foods C/o Dist Tech Inc.",
"TotalWeight": "6,930",
"Lot": "",
"OrderNumber": "TCKU6139334",
"Date": "03/25/2024"
}
]
I also tried putting brackets around the item value which didn't work either.
Any suggestions?