The dyndnssubscription object provides methods to manage the DynDNS-subscriptions.
Cancels a DynDNS-subscription
Table 2.152. Parameters
Parameter | Description | Type | Required | Default |
---|---|---|---|---|
id | Customer's DynDNS-subscription id | int | true |
Order a DynDNS-subscription
Table 2.153. Parameters
Parameter | Description | Type | Required | Default |
---|---|---|---|---|
id | Id of the DynDNS-subscription plan | int | true |
Lists all active DynDNS-subscriptions of the customer
Table 2.155. Parameters
Parameter | Description | Type | Optional |
---|---|---|---|
subscription | |||
... id | Id of the DynDNS-subscription | int | |
... name | Name of the DynDNS-subscription | text255 | |
... accountsAmount | Amount of DynDNS-accounts | int | |
... price | Price of the DynDNS-subscription for a 1 year term (without VAT) | float | |
... currency | Currency of the price | text255 | |
... createdAt | Date of the creation of the order | dateTime | |
... lastPaymentAt | Date of the last payment for the DynDNS-subscription | dateTime | |
... paidUntil | Expiration date of the DynDNS-subscription | dateTime |
Lists all purchasable DynDNS-subscription plans with prices
Table 2.157. Parameters
Parameter | Description | Type | Optional |
---|---|---|---|
subscription | |||
... id | Id of the DynDNS-subscription plan | int | |
... name | Name of the DynDNS-subscription plan | text255 | |
... accountsAmount | Amount of DynDNS-accounts | int | |
... price | Price of the DynDNS-subscription for a 1 year term (without VAT) | float | |
... currency | Currency of the price | text255 |