Plan Overrides
Get a plan override by ID
get/api/plan-overrides/{id}
Path parameters
idstring required
Plan override ID
Response
Plan override details
Example response
{
"id": "clx1234567890",
"customerId": "clx_customer_123",
"planId": "clx_plan_456",
"overriddenMinimumCommitment": 500
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○