---
title: "Add a Condition Record Set"
method: POST
path: "/add/CRCS"
tags: ["Condition Records"]
---

# Add a Condition Record Set

`POST /add/CRCS`

Adds a Condition Record Set (CRCS) object.

## Request body

- object
  - `data` object
    - `uniqueName` string, required — A unique identifier.
    - `label` string
    - `keySize` integer, required — The number of key fields (key1..key12). Cannot be changed once the Condition Record Set is created.
  - `operation` string

## 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/revisions/0850b5d6be73/schema)
