get_coupon_info
Retrieve detailed information about a specific coupon by providing its unique ID, enabling efficient management and verification within Sakura Cloud infrastructure.
Instructions
Get information about a specific coupon
Input Schema
Name | Required | Description | Default |
---|---|---|---|
couponId | Yes | The ID of the coupon to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"couponId": {
"description": "The ID of the coupon to retrieve",
"type": "string"
}
},
"required": [
"couponId"
],
"type": "object"
}