Skip to main content
PATCH
Update a Price Adjustment

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Path Parameters

price_adjustment_id
string
required

The ID of the price adjustment

Body

application/json

Update Price Adjustment Request

percentage
number

Percentage change applied to the subscription's prices. Negative values are a decrease. Must be non-zero and greater than -100.

effective_from

Date to re-resolve the adjustment date from. The adjustment fires on the first renewal date on or after this date. A calendar date in the operator's timezone. Use next_billing_period for the next renewal date.

applies_to
object

Which of the subscription's line item kinds the adjustment applies to. Omitted options are unchanged. At least one must be true to schedule the adjustment.

notification
object

How the customer is notified of the price adjustment before it is applied. When omitted, the notice period is unchanged.

Response

price adjustment successfully updated

Single Price Adjustment

price_adjustment
object

Price Adjustment

meta
object