---
title: "Mass Edit"
method: POST
path: "/lookuptablemanager.massedit/{tableId}"
tags: ["Lookup Tables / Company Parameters"]
---

# Mass Edit

`POST /lookuptablemanager.massedit/{tableId}`

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`)

## Request body

- object
  - `data` object, required
    - `filterCriteria` object, required
      - `_constructor` string, required
      - `operator` string, required
      - `criteria` object[], required
        - `fieldName` string, required
        - `operator` string, required
        - `value` string[] — `TypedId` of rows whose columns you want to update.
        - `_constructor` string, required
    - `massEditRecords` object[], required
      - `fieldName` string, required
      - `massEditOperator` string, required — Can be either one of these valid operators: `+`, `-`, `*`. If omitted, the provided value is set (`=` operator). Otherwise the specified operation is applied.
      - `fieldValue` string, required — The new value of the field (column).
      - `precision` unknown

## Response `200`

OK - The response contains the number of modifed objects.

- object
  - `response` object
    - `node` string
    - `data` string[] — A single item array with a string that represents the number of rows changed.
    - `status` number — A status code.

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
