You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

The individual XML price list displays the regular prices and promotional prices for domains, trustees, premium price classes and SSL certificates.

Table of Contents

Downloading the individual Price List

You can call up the individual price list in XML format with a simple HTTP GET request to the URL https://api.autodns.com/v1/document/price_list.xml. The price list is updated once a day at 22:00 UTC+1.

Authentication takes place via BasicAuth. You will get your user name and password at the time of activation in the AutoDNS interface.

InterNetX Schema Files

The InterNetX schema files are available in the official InterNetX Github repository

https://github.com/InterNetX/internetx-schema-files.

Obtaining (cloning) the GitHub project with "git clone"

git clone https://github.com/InterNetX/internetx-schema-files.git

Example XML for the individual Price List

<priceList
    xmlns="urn:com:internetx:ns:price_list-1.0" generated="2018-02-27T13:33:22+0100" customer="1351102363">
    <prices>
		<domain label="com">
            <businessCase label="create">
                <price type="NET" vatRate="19.0" currency="EUR" amount="5.5" period="1y"/>
            </businessCase>
            <businessCase label="renew">
                <price type="NET" vatRate="19.0" currency="EUR" amount="5.5" period="1y"/>
            </businessCase>
            <businessCase label="transfer">
                <price type="NET" vatRate="19.0" currency="EUR" amount="5.5" period="1y">
                    <runtimeTakeOver/>
                </price>
            </businessCase>
            <businessCase label="restore">
                <price type="NET" vatRate="19.0" currency="EUR" amount="69.0"/>
            </businessCase>
            <businessCase label="ownerchange">
                <price type="NET" vatRate="19.0" currency="EUR" amount="0.0"/>
            </businessCase>
        </domain>
        <domain label="com">
            <businessCase label="create">
                <price type="NET" vatRate="19.0" currency="EUR" amount="5.5" period="1y"/>
            </businessCase>
            <businessCase label="renew">
                <price type="NET" vatRate="19.0" currency="EUR" amount="5.5" period="1y"/>
            </businessCase>
            <businessCase label="transfer">
                <price type="NET" vatRate="19.0" currency="EUR" amount="5.5" period="1y">
                    <runtimeTakeOver/>
                </price>
            </businessCase>
            <businessCase label="restore">
                <price type="NET" vatRate="19.0" currency="EUR" amount="69.0"/>
            </businessCase>
            <businessCase label="ownerchange">
                <price type="NET" vatRate="19.0" currency="EUR" amount="0.0"/>
            </businessCase>
        </domain>
        <domain_trustee label="de">
            <businessCase label="create">
                <price type="NET" vatRate="19.0" currency="EUR" amount="1.0" period="1m"/>
            </businessCase>
            <businessCase label="renew">
                <price type="NET" vatRate="19.0" currency="EUR" amount="1.0" period="1m"/>
            </businessCase>
            <businessCase label="createFee">
                <price type="NET" vatRate="19.0" currency="EUR" amount="0.25" period="1m"/>
            </businessCase>
        </domain_trustee>
        <domain_premium label="DONUTS-BB+">
            <businessCase label="create">
                <price type="NET" vatRate="19.0" currency="EUR" amount="35.0" period="1y"/>
            </businessCase>
            <businessCase label="renew">
                <price type="NET" vatRate="19.0" currency="EUR" amount="35.0" period="1y"/>
            </businessCase>
            <businessCase label="transfer">
                <price type="NET" vatRate="19.0" currency="EUR" amount="35.0" period="1y"/>
            </businessCase>
        </domain_premium>
        <certificates label="SECURESITEEV">
            <businessCase label="create">
                <price type="NET" vatRate="19.0" currency="EUR" amount="599.0" period="12m"/>
                <price type="NET" vatRate="19.0" currency="EUR" amount="1049.0" period="24m"/>
            </businessCase>
            <businessCase label="renew">
                <price type="NET" vatRate="19.0" currency="EUR" amount="599.0" period="12m"/>
                <price type="NET" vatRate="19.0" currency="EUR" amount="1049.0" period="24m"/>
            </businessCase>
        </certificates>
</prices>
<comment lang="de">Alle Preise netto zzgl. MwSt. Alle Angaben ohne Gewähr.</comment>
</priceList>

The Objects

Object PriceList

The object PriceList represents the price list.

Keyword

Occurs

Type

Format

Description

@customer1string
Customer numer
@generated1string

date-time

In the RFC3339 format, e.g. 2018-02-27T13:33:22+0100

prices

1



Regular prices

prices / domain

1 - n

object

Article

Regular prices of the respective TLD

prices / domain_trustee

0 - n

object

Article

Regular prices of the respective trustee services of a TLD

prices / domain_premium

0 - n

object

Article

Regular prices of the premium price classes of the respective new gTLD

prices / certificates

0 - n

object

Article

Regular prices of the respective certificates

promos

0 - 1



Promotional prices

promos / domain

0 - n

object

Article

Promotional prices of the respective TLD

promos / domain_trustee

0 - n

object

Article

Promotional prices of the respective trustee services of a TLD

promos / domain_premium

0 - n

object

Article

Promotional prices of the premium price classes of the respective new gTLD

promos / certificates

0 - n

object

Article

Promotional prices of the respective certificates

comment0 - nstring
General note
comment@language1stringlanguageLanguage of the note (RFC 3066), e. g."de" or "de_ch".

Object Article

The Article object represents the article group that is listed in the price list.

Keyword

Occurs

Type

Format

Description

@label

1

string


Unique name of the article, e. g."de".

businessCase

1 - n



Business case

businessCase@label1string

Unique name of the business case, for example transfer or create.

Important Note

  • For .de authinfo2 the business case is authinfo
  • External restore corresponds to the business case restoretransfer

businessCase / price

1 - n

object

Price

Price

Object Price

The Price object represents the price of the individual articles.

Keyword

Occurs

Type

Format

Description

@type

1

enum

NET, GROSS

Defines whether the price is a net or gross price.

@vatRate

1

number

float

The respective tax rate in percent. Values from 0 to 100.

@currency

1

string

currency

The currency used in 3 character ISO format: https://de.wikipedia.org/wiki/ISO_4217.

@period

0 - 1

string


The time period e. g. 1m for 1 month or 1y for 1 year.

@amount

1

number

double

The corresponding amount.

grandfather

0 - 1

any


Indicates whether the price applies to Grandfather* domains only.

(*Grandfather domains are new gTLD domains that were registered before a price increase. The old price applies for renewals.

runtimeTakeOver

0 - 1

any

Shows whether the price or product also supports assumption of the current registration period.

idn0 - 1any
Indicates whether the price applies to IDN domain names.
registrarAutoDNS0 - 1any
Shows if the object is associated with a registrar AutoDNS.

validity

0 - 1

object

Displays the validity period of the price.

validity@from0 - 1stringdate-timeValid from - in RFC3339 format, e. g. 2018-02-27T13:33:22+0100.
validity@until0 - 1stringdate-timeValid until - in RFC3339 format, e. g. 2019-02-27T13:33:22+0100.

inclusive

0 - 1

object

The price is limited to a maximum number of domains / subdomains.

inclusive@count1numberint32Number of inclusive domains / subdomains

regular

0 - 1

object

Price

Includes the regular price. Only available at promotion prices.

  • No labels