Hi,
I'm starting to develop a SOE that take this JSON
{
"INSERT":[
{
"url":"C:\\Users\\pasq4\\Documents\\where_tech\\TELECOM\\PRO\\SDK.gdb\\test_1_1",
"ids":[4,6]
},
{
"url":"C:\\Users\\pasq4\\Documents\\where_tech\\TELECOM\\PRO\\SDK.gdb\\test_1_1",
"ids":[4,6]
}
]
}
I've tryed with all the possibility of "operationInput.TryGet...." but i Don't know how to take this json string correctly.
Someone can help me?