---
title: "Update a Condition Record Set"
method: POST
path: "/conditionrecordset.update/{id}"
tags: ["Condition Records"]
---

# Update a Condition Record Set

`POST /conditionrecordset.update/{id}`

Allows you to update `label`, `userGroupViewDetails`, or `userGroupEdit` property of the Condition Record Set (CRCS).<p>
**Required roles**:
- `SUPPORT`
- `PB_CONDITIONRECORDEDITOR`

## Request body

- object
  - `data` object
  - `oldValues` object
    - `version` integer

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` ConditionRecordSet[]
      - `lastUpdateByName` string
      - `createdByName` string
      - `updateDate` string, date-time
      - `typedId` string
      - `updatedBy` integer
      - `keySize` integer — The number of key fields (key1..key12). Cannot be changed once the Condition Record Set is created.
      - `lastUpdateDate` string, date-time
      - `label` string, nullable
      - `version` integer
      - `uniqueName` string
      - `createdBy` integer
      - `userGroupViewDetails` string, nullable
      - `userGroupEdit` string, nullable
      - `id` integer
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `status` integer

---

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