Solved
Array in a JSON input
Hello there,
I am trying to send a JSON as input parameter of a service that I created, from Postman, but I get the following error message :
"Unable To Parse JSON Request"
Here is the structure of my json :
{
"box" : 1531,
"date" : "2021-07-01 14:19:48",
"count" : [4,0]
}
So I selected the follow inputs for my service :
box -> number
date -> string
count -> ??? (I don't know what I have to put, I tried 2D, infotable, json, but nothing works...The parameter count is an array...)
Please could you help me to resolve my issue?
Best regards,
Thomas



