---
title: "Add a Configuration Storage"
method: POST
path: "/add/JCS"
tags: ["Visual Configuration"]
---

# Add a Configuration Storage

`POST /add/JCS`

Adds the JSON Configuration Storage (`JCS`).

## Request body

- object
  - `operationType` string
  - `textMatchStyle` string
  - `data` JsonConfigurationStorage — The type code is JCS. Stores configuration for **Strategy Designer** and **Formula Designer**.
    - `lastUpdateByName` string
    - `createdByName` string
    - `updateDate` string, date-time
    - `typedId` string
    - `lastUpdateDate` string, date-time
    - `storageStatus` 'DRAFT' | 'ACTIVE' | 'SUPERSEDED'
    - `label` string, nullable
    - `version` integer
    - `jsonStorage` string — A valid json of any size.
    - `createdBy` integer
    - `name` string
    - `storageType` 'STRATEGY' | 'STRATEGY_LOOKUP' | 'FORMULA' | 'FORMULA_LOOKUP'
    - `id` integer
    - `supersededBy` integer, nullable
    - `createDate` string, date-time
    - `lastUpdateBy` integer

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` JsonConfigurationStorage[]
      - `lastUpdateByName` string
      - `createdByName` string
      - `updateDate` string, date-time
      - `typedId` string
      - `lastUpdateDate` string, date-time
      - `storageStatus` 'DRAFT' | 'ACTIVE' | 'SUPERSEDED'
      - `label` string, nullable
      - `version` integer
      - `jsonStorage` string — A valid json of any size.
      - `createdBy` integer
      - `name` string
      - `storageType` 'STRATEGY' | 'STRATEGY_LOOKUP' | 'FORMULA' | 'FORMULA_LOOKUP'
      - `id` integer
      - `supersededBy` integer, nullable
      - `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)
