---
title: "Calculate a CFS"
method: POST
path: "/cfsmanager.calculate/{id}"
tags: ["Calculated Field Sets"]
---

# Calculate a CFS

`POST /cfsmanager.calculate/{id}`

Executes a calculation of the Calculated Fields Set (specified by `id` as a path parameter).

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` object[]
      - `version` number
      - `typedId` string
      - `processingNode` unknown
      - `threadId` unknown
      - `threadUUID` unknown
      - `status` string
      - `trackerType` string
      - `targetObject` string
      - `jobName` string
      - `concurrencyKey` string
      - `calculationContext` unknown
      - `progress` unknown
      - `cancelRequested` boolean
      - `runNumber` number
      - `priority` number
      - `messages` unknown
      - `jobSettings` object
        - `distributedAction` unknown
        - `jobType` string
        - `uuid` string
        - `calculableObjectTypedId` string
        - `queueName` unknown
        - `runNumber` number
        - `partitionName` string
        - `partitionUUID` string
        - `enableDirtyTracking` boolean
        - `agentOption1` boolean
        - `jobSize` number
        - `distributed` boolean
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
      - `calculationResults` unknown
      - `processingStart` unknown
      - `processingEnd` unknown
      - `id` number
    - `status` number

---

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