Plan Overrides
Update a plan override
patch/api/plan-overrides/{id}
Path parameters
idstring required
Plan override ID
Request body
Example request
{
"overriddenPrices": [
{
"currency": "USD",
"amount": 39.99
}
],
"overriddenMinimumCommitment": 300
}Response
Plan override updated
Example response
{
"id": "clx1234567890",
"customerId": "clx_customer_123",
"planId": "clx_plan_456",
"overriddenMinimumCommitment": 500
}