v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
BillingPlanDefinitionVersions

Make a Billing Plan version the head version

Make a Billing Plan version the head version

patch/v1/billing_plans/version/{version_id}/make_head

Path parameters

version_idstring required

The Billing Plan version ID

Response

Successful operation

sysIdstring

Identifier of the version

createdOnstring date-time

Version created on

updatedOnstring date-time

Version updated on

versioninteger
status'completed' | 'failed' | 'in_progress' | 'pending' | 'na'

Billing Plan Execution Status. This field is used to indicate the completion status of the billing plan execution.

created_bystring

Created by

updated_bystring

Updated by

Example response

{
  "status": "completed",
  "statuses": [
    {
      "status": "completed"
    }
  ]
}