Performs a Mass Edit operation on specified Datamart object - changes values of the specified field (column).
{- "data": {
- "filterCriteria": { },
- "massEditRecords": [
- {
- "fieldName": "currency",
- "massEditOperator": "=",
- "fieldValue": "EUR",
- "precision": null
}
]
}
}
{- "response": {
- "node": "e2e-staging-node",
- "data": [
- "121"
], - "status": 0
}
}