RedeemDiscountCodeRequest
Request to redeem a discount code for a tenant's subscription.
Properties
| Name | Type | Description |
|---|---|---|
| code* | string | The discount code to redeem (e.g. "LAUNCH50"). |
The discount code to redeem (e.g. "LAUNCH50"). | ||
JSON Example
{
"code": "string"
}