app

A simple ViewSet for viewing and editing PlanVersions.

patch/app/plan_versions/{version_id}/

Path parameters

version_idstring uuid required

Request body

descriptionstring nullable
status'active' | 'archived'
make_active_type'replace_immediately' | 'replace_on_active_version_renewal' | 'grandfather_active'
replace_immediately_type'end_current_subscription_and_bill' | 'end_current_subscription_dont_bill' | 'change_subscription_plan'
transition_to_plan_idstring uuid

Response

descriptionstring nullable
status'active' | 'archived'
make_active_type'replace_immediately' | 'replace_on_active_version_renewal' | 'grandfather_active'
replace_immediately_type'end_current_subscription_and_bill' | 'end_current_subscription_dont_bill' | 'change_subscription_plan'

Changes