10-11-21 06:45 AM
In this case, how should the field name be specified?
It seems that the data type and data content are not specified, so I want to check it.
10-11-21 01:30 PM
Hi Aya,
I tested it some time ago and after clarification with BP Product Manager the json structure should be as follows:
[
{
"data": {
"rows": [
{
"ItemKey": {
"valueType": "text",
"value": "001"
} ,
"name": {
"valueType": "text",
"value": "zdenek"
},
"surname": {
"valueType": "text",
"value": "kabatek"
}
}
]
},
"deferredDate": "2021-04-11T19:00:00Z",
"priority": 0,
"tags": [
"This is testing REST API"
],
"status": "Ready for processing"
}
]
I believe it is what you are looking for.
Regards,
Zdenek
10-11-21 01:31 PM