v1

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

Create a new version of a Billing Plan

Create a new version of a Billing Plan

post/v1/billing_plans/version/create

Request body

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 request

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

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"
    }
  ]
}