Decision Table Rows List Input

Input representation of the request to update rows in a CSV based decision table.
JSON example
{
  "rows": [
    {
      "id": "1FIxx0000004CSOGA2",
      "rowData": {
        "City": "City3",
        "AssetLevel": "300"
      },
      "action": "update"
    }
  ]
}
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