---
title: "Add Line Items"
method: POST
path: "/clicmanager.additems/{typedId}"
tags: ["Clicmanager"]
---

# Add Line Items

`POST /clicmanager.additems/{typedId}`

Adds new line items, with optional inputs and label, to a CLIC document (Quote, Agreement/Promotion, Rebate Agreement or Compensation Plan) identified by its typedId.

## Request body

- object
  - `data` object
    - `contractTermTypes` object[]
      - `contractTermType` string
      - `dirty` boolean
      - `label` string
      - `folder` boolean
      - `inputs` object[]
        - `name` string
        - `value` string, nullable
      - `outputs` object[]

## Response `200`

OK

- object

---

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