| TYPE | Request
|
| Category | Objects |
Description
Object: DomaincheckListingCreateRequest
Properties
| 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 |
| status |
string |
yes |
new |
The status the listing should be in , if you define this it must be new or available. If it is 'new' it will be added to selling partners, if it is 'available' this will not happen , it will just show up in the domaincheck as for sale |
| whereToBuy |
string |
yes |
|
Url where the domain is available for purchase |
Sample JSON
{
"domainname":"example.com",
"price":133.7,
"currency":"EUR",
"whereToBuy":"https://dan.com/example.com"
}