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

Securitybasic or X-PriceFx-jwt
Request
path Parameters
typedId
required
string

typedId of the CLIC object (e.g., a Quote) you want to update line items for.

Example: 2147489828.Q
Request Body schema: application/json
required
object
required
Array of objects
Array
version
required
integer
typedId
required
string

typedId of the line item you want to update.

Array of objects
Responses
200

OK

Response Schema: application/json
object
node
string
Array of Array of objects or objects
Array
One of:
Array
typedId
string
version
integer
lineId
string
status
integer
Request samples
application/json
{
  • "data": {
    • "lineItems": [
      • {
        • "version": 1,
        • "typedId": "2147506890.QLI",
        • "inputs": [
          ]
        }
      ]
    }
}
Response samples
application/json
{
  • "response": {
    • "node": "pricefx-cluster-app-frontend-5db9bf487f-58sbn",
    • "data": [
      • [
        • {
          },
        • {
          }
        ],
      • {
        • "version": 11
        }
      ],
    • "status": 0
    }
}