cldkctl_superadmin_billing_invoice_sme
Access and generate detailed billing invoices for SMEs by providing the organization ID via the MCP cldkctl Server endpoint, streamlining administrative and financial oversight.
Instructions
Call the cldkctl_superadmin_billing_invoice_sme endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
organization_id | Yes | Organization ID |
Input Schema (JSON Schema)
{
"properties": {
"organization_id": {
"description": "Organization ID",
"type": "string"
}
},
"required": [
"organization_id"
],
"type": "object"
}