---
title: "Update a Condition Record Item Attribute Meta"
method: POST
path: "/update/CRCIM"
tags: ["Condition Records"]
---

# Update a Condition Record Item Attribute Meta

`POST /update/CRCIM`

Updates a Condition Record Item Attribute Meta.

## Request body

- object
  - `data` object
    - `label` string
    - `fieldType` integer
  - `oldValues` object
    - `version` integer
    - `typedId` string
  - `operationType` string
  - `textMatchStyle` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` CompensationCondTypeAttributeMeta[]
      - `cssProperties` string
      - `labelTranslations` string
      - `typedId` string
      - `fieldName` string
      - `lastUpdateDate` string, date-time
      - `fieldValueOptions` string, nullable
      - `description` string
      - `readOnly` boolean
      - `label` string
      - `version` integer
      - `requiredField` boolean
      - `createdBy` integer
      - `entityRefTypeCode` string, nullable
      - `formatType` 'NUMERIC' | 'NUMERIC_LONG' | 'MONEY' | 'PERCENT' | 'TEXT' | 'MONEY_EUR' | 'MONEY_USD' | 'MONEY_GBP' | 'MONEY_JPY' | 'MONEY_CHF' | 'MONEY_PLN' | 'DATETIME' | 'DATE' | 'INTEGER' | 'LINK' | 'COMPLEX' | 'SPARKLINE'
      - `fieldType` 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)
