cldkctl_billing_invoice_enterprise_detail
Retrieve detailed billing invoice information for enterprises by specifying the invoice ID using the cldkctl endpoint on the MCP cldkctl Server.
Instructions
Call the cldkctl_billing_invoice_enterprise_detail endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
invoice_id | Yes | ID of the invoice |
Input Schema (JSON Schema)
{
"properties": {
"invoice_id": {
"description": "ID of the invoice",
"type": "string"
}
},
"required": [
"invoice_id"
],
"type": "object"
}