TYPE | Request |
---|---|
Category | Objects |
name | type | required | default | description |
---|---|---|---|---|
domainname | string | yes | A valid package name see package endpoints | |
price | float | yes | 133.7 | The price of the domain |
currency | string | yes | The currency for the price | |
whereToBuy | string | yes | Url where the domain is available for purchase |
{
"domainname":"example.com",
"price":133.7,
"currency":"EUR",
"whereToBuy":"https://dan.com/example.com"
}