put
https://secure.fusebill.com/v1/Discounts
This action allows you to retrieve a single discount based on the Fusebill generated ID
Path Parameters
| Property | Type | Description | Required |
|---|---|---|---|
id | Integer | The Stax gill generated ID of the discount. | Yes |
name | String | The name assigned to the discount | No |
discountType | Enum: {Percentage, Amount, AmountPerUnit, FlatPricePerUnit} | The enumerable type of the discount. | Yes |
code | String | The unique identifier of the discount. | Yes |
remainingUsagesUntilStart | Integer | The amount of usages the discount has remaining before it starts. | No |
remainingUsages | Integer | The amount of usages the discount has remaining before it expires. | No |
amount | Integer | The total amount of coupons. | No |
status | Enum: {Active, Retired} | The current status of the discount indicating whether its in use or not. | No |
frequencyOverrides | Object | An object that contains specific frequency overrides (see below) | No |
