Newer Version Available
Decision Matrix Rows Input
- JSON Example
-
Add a row:
1{ 2 "rows" : [ { 3 "rowData" : { 4 "Age" : "45", 5 "Gender" : "F", 6 "Premium" : "2000" 7 } 8 } ] 9} -
Delete a row:
1{ 2 "rows" : [ { 3 "rowData" : { 4 "id" : "a1j5w000006D04uAAC", 5 "action" : "delete" 6 } 7 } ] 8} -
Update a row:
1{ 2 "rows" : [ { 3 "rowData" : { 4 "id" : "a1j5w000005D04uAAC", 5 "Premium" : "1500", 6 "action" : "update" 7 } 8 } ] 9} -
Add row using a CSV file:
-
1{ 2 "fileId" : "f1j5w000005D04uFGC" 3} - Properties
-
Name Type Description Required or Optional Available Version fileId String The ID of the Content Document Version that contains the rows details to be added or updated in a decision matrix version. Optional 53.0 rows Decision Matrix Row Input[] List of rows to be added, updated, or deleted in a decision matrix version. Required 53.0