Update service price
update_contract_product_priceChange a contract product's recurring selling price, affecting future invoices. Set total price or per-unit amount.
Instructions
Change the recurring selling price of a contract product (affects future invoices).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_id | Yes | Contract UUID | |
| total_price | No | true = price covers product + same-cycle options | |
| selling_price | Yes | New recurring price | |
| quantity_based | No | true = price is per-unit × quantity | |
| contract_product_id | Yes | Contract product UUID |