Skip to main content
PATCH
Patch line item

Path Parameters

dealId
integer<int32>
required

The ID of the deal containing the line item.

id
integer<int32>
required

The ID of the line item to delete.

Body

productId
integer<int32> | null
partnerId
integer<int32> | null
quantity
integer<int32> | null

Optional. Sets the quantity of product for this line item.

unitPrice
number<double> | null

Optional. Overrides or defines the price per unit in the deal's currency.

suggestedPrice
number<double> | null

Optional. Overrides or defines the suggested end-customer price in the deal's currency.

Response

Line item updated

id
integer<int32>
productId
integer<int32> | null
dealId
integer<int32> | null
unitPrice
object
price
object
suggestedPrice
object
quantity
integer<int32> | null
properties
object | null
creationDate
string<date-time>