cldkctl_billing_invoice_sme_detail
Retrieve details of a specific invoice for SME billing by providing the invoice ID using the MCP cldkctl Server’s endpoint.
Instructions
Call the cldkctl_billing_invoice_sme_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"
}