Billing
List prices and discounts
List all prices and discounts for Swiss Backup products
get/1/swiss_backups/pricing
Query parameters
account_idinteger
Unique identifier of the account that is related to the resource {name}
The account identifier
currency_idinteger
swiss_backup_idinteger
with_renewalboolean
Response
OK
Example response
{
"result": "success",
"data": {
"prices": [
{
"type": "slot",
"unit": 1,
"currency": 1,
"amount": "2.000",
"amount_excl_vat": "1.860"
}
],
"discounts": [
{
"label": "2_years",
"periodicity": 2,
"value": 20
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.