---
title: "Recalculate a Quote/Contract/Rebate Agreement/Compensation Plan"
method: POST
path: "/clicmanager.calculate/{typedId}"
tags: ["Sales Compensations", "Clicmanager"]
---

# Recalculate a Quote/Contract/Rebate Agreement/Compensation Plan

`POST /clicmanager.calculate/{typedId}`

Calculates a Quote, Contract, Rebate Agreement, or Compensation Plan.<p>
>This endpoint is used in the **REACT** version only. It is not advisable to mix REACT endpoints together with Ember endpoints.

## Query parameters

- `validationType` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` object[]
      - `outputs` object[]
      - `lastUpdateByName` string
      - `createdByName` string
      - `typedId` string
      - `workflowStatus` string
      - `inputs` object[]
        - `name` string
        - `label` string
        - `url` string
        - `type` string
        - `inputs` object[]
        - `parameterConfig` object
        - `formattingOptions` object
        - `value` object
          - `Helptext` string
          - `Title` string
          - `helplink` string
          - `Placeholder` string
          - `CustAttrName` string
          - `CustAttrValue` string
          - `Exportable` boolean
          - `Importable` boolean
          - `Configurator` object
          - `InlineConfigurator` object
            - `Checkbox1` boolean
          - `InputMatrix` object[]
            - `name` string
            - `comment` string
            - `oneof` string
          - `Option` string
          - `Options` string
      - `lastUpdateDate` string
      - `serverMessagesExtended` object[]
        - `key` string
        - `message` string
      - `quoteType` string
      - `quoteStatus` string
      - `expiryDate` string
      - `createDate` string
      - `dirty` boolean
      - `refreshInputs` boolean
      - `rootUniqueName` string
      - `numberOfAttachments` integer
      - `targetDate` string
      - `ioMeta` object
        - `inputs` object
        - `outputs` object
      - `originDeleted` boolean
      - `label` string
      - `version` integer
      - `uniqueName` string
      - `serverMessages` string[]
      - `createdBy` integer
      - `viewState` object
      - `calculationStatus` integer
      - `hasWorkflowHistory` boolean
      - `nodeId` integer
      - `lastUpdateBy` integer
      - `status` string
      - `folderChanged` boolean — Returns `true` when a folder is added, renamed, deleted, or moved.
      - `inputChanged` string[] — Returns `lineId` when an input is added, or updated by a header logic.
      - `outputChanged` string[] — Returns `lineId` when an output is added, or updated by a header logic.
      - `durations` object — Stats result of the currently performed calculation.
        - `header` object[]
          - `name` string
          - `duration` integer
        - `items` object[]
    - `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)
