v1

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

Fetch Billing Plan versions by ids

Fetch Billing Plan versions by ids

post/v1/billing_plans/version/batch

Request body

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