Performs a mass edit action on LookupTableValue or MatrixLookupTableValue objects. Updates LTV or MLTV columns to specified values.
Required Permission | Roles with the Required Permission |
---|---|
LOOKUPTABLE_UPDATE | Administer Price Parameters (PB_PARAMETERS ), Administer Plasma (PLASMA ) |
{- "data": {
- "filterCriteria": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "id",
- "operator": "inSet",
- "value": [
- "2147497753",
- "2147497754",
- "2147497755"
], - "_constructor": "AdvancedCriteria"
}
]
}, - "massEditRecords": [
- {
- "fieldName": "attribute1",
- "massEditOperator": "=",
- "fieldValue": "1",
- "precision": null
}, - {
- "fieldName": "attribute2",
- "massEditOperator": "=",
- "fieldValue": "2",
- "precision": null
}, - {
- "fieldName": "attribute3",
- "massEditOperator": "=",
- "fieldValue": "3",
- "precision": null
}
]
}
}
{- "response": {
- "node": "<node>",
- "data": [
- "3"
], - "status": 0
}
}