Your browser don't permit web-fonts to be installed. Our websites use web-fonts based icons. For a better experience please allow your browser to use web-fonts.
We are hiring!
Deutsch | English | Español

2.11. DyndnsSubscription

The dyndnssubscription object provides methods to manage the DynDNS-subscriptions.

2.11.1. dyndnssubscription.cancel

Cancels a DynDNS-subscription

2.11.1.1. Input

Table 2.151. Parameters

ParameterDescriptionTypeRequiredDefault
idCustomer's DynDNS-subscription id int true 

2.11.1.2. Output

No additional return parameters

2.11.2. dyndnssubscription.create

Order a DynDNS-subscription

2.11.2.1. Input

Table 2.152. Parameters

ParameterDescriptionTypeRequiredDefault
idId of the DynDNS-subscription plan int true 

2.11.2.2. Output

No additional return parameters

2.11.3. dyndnssubscription.list

Lists all active DynDNS-subscriptions of the customer

2.11.3.1. Input

Table 2.153. Parameters

ParameterDescriptionTypeRequiredDefault
pagePage number for paging int false1
pagelimitMax number of results per page int false20

2.11.3.2. Output

Table 2.154. Parameters

ParameterDescriptionTypeOptional
subscription   
... idId of the DynDNS-subscription int  
... nameName of the DynDNS-subscription text255  
... accountsAmountAmount of DynDNS-accounts int  
... pricePrice of the DynDNS-subscription for a 1 year term (without VAT) float  
... currencyCurrency of the price text255  
... createdAtDate of the creation of the order dateTime  
... lastPaymentAtDate of the last payment for the DynDNS-subscription dateTime  
... paidUntilExpiration date of the DynDNS-subscription dateTime  

2.11.4. dyndnssubscription.listProducts

Lists all purchasable DynDNS-subscription plans with prices

2.11.4.1. Input

Table 2.155. Parameters

ParameterDescriptionTypeRequiredDefault
pagePage number for paging int false1
pagelimitMax number of results per page int false20

2.11.4.2. Output

Table 2.156. Parameters

ParameterDescriptionTypeOptional
subscription   
... idId of the DynDNS-subscription plan int  
... nameName of the DynDNS-subscription plan text255  
... accountsAmountAmount of DynDNS-accounts int  
... pricePrice of the DynDNS-subscription for a 1 year term (without VAT) float  
... currencyCurrency of the price text255