Newer Version Available

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

Decision Table Row List Input

Input representation of the data for a row in the CSV based decision table that has to be added or updated.
JSON example
1{
2  "id": "1FIxx0000004CSOGA2",
3  "rowData": {
4    "City": "City3",
5    "AssetLevel": "300"
6  },
7  "action": "update"
8}
Properties
Name Type Description Required or Optional Available Version
action String Action to perform on this row.

Valid values are:

  • Create
  • Update
Optional 62.0
id String ID of the decision table tow. Optional 62.0
rowdata Map<String, Object> Key value pair of the decision table row. Required 62.0