---
title: "Update CLIC Line Items"
method: POST
path: "/clicmanager.updatelineitems/{typedId}"
tags: ["Clicmanager", "Contracts (Agreements & Promotions)", "Quotes", "Rebate Agreements", "Sales Compensations"]
---

# Update CLIC Line Items

`POST /clicmanager.updatelineitems/{typedId}`

Updates specified line item fields of a CLIC object (Quote, Agreements & Promotions (Contract), Rebate Agreement, or Compensation Plan).

## Request body

- object
  - `data` object, required
    - `lineItems` object[], required
      - `version` integer, required
      - `typedId` string, required — `typedId` of the line item you want to update.
      - `inputs` object[]
        - `name` string
        - `value` integer

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` union[]
      - union
        - object[]
          - `typedId` string
          - `version` integer
          - `lineId` string
        - object
          - `version` 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)
