Newer Version Available

This content describes an older version of this product. View Latest

Decision Table Rows List Input

Input representation of the request to update rows in a CSV based decision table.
JSON example
1{
2  "rows": [
3    {
4      "id": "1FIxx0000004CSOGA2",
5      "rowData": {
6        "City": "City3",
7        "AssetLevel": "300"
8      },
9      "action": "update"
10    }
11  ]
12}
Properties
Name Type Description Required or Optional Available Version
rows Decision Table Row Input[] List of rows to be updated or added. Required 62.0