About Blue Prism API :Add items to a queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-11-21 06:45 AM
"data", which is an input item, is described in the help as ↓.
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.
"data": {
-
"rows": [
-
{
-
"valueType": "Number",
-
"value": 321
-
-
{
-
"valueType": "Date",
-
"value": "2020-10-02T11:34:56.000Z"
-
-
------------------------------
Aya Nishiwaki
Engineer
NEC Nexsolutions, Ltd.
Asia/Tokyo
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
------------------------------
Zdeněk Kabátek
Head of Professional Services
NEOOPS
http://www.neoops.com/
Europe/Prague
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-11-21 01:31 PM
------------------------------
Malcolm Fallon
------------------------------
