cldkctl_superadmin_billing_invoice_enterprise
Generate and manage enterprise billing invoices by specifying organization and project IDs using the MCP cldkctl Server interface.
Instructions
Call the cldkctl_superadmin_billing_invoice_enterprise endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
organization_id | Yes | Organization ID | |
project_id | Yes | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"organization_id": {
"description": "Organization ID",
"type": "string"
},
"project_id": {
"description": "Project ID",
"type": "string"
}
},
"required": [
"organization_id",
"project_id"
],
"type": "object"
}